body{
	overflow-x: hidden;
}

#header-nosotros{
	position: relative;
	width: 100%;
	height: 450px;
	/*background: url(../../img/slide-empleo-1.jpg) no-repeat center center;*/
	background-size: cover;
	border-bottom: 2px solid #0074B6;
	
}

.slide-fade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

div#icono-titulo {
    width: 80px;
    height: 80px;
    background: url(../../img/icon-empleos.png) no-repeat center center;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -40px;
    top: 95px;
}

#wrapper-nosotros{
	position: relative;
	width: 100%;
	background: #ffffff;
}


div#texto-contenedor-nosotros {
	width: 80%;
	min-height: 700px;
	margin: 0 auto;
	background: #ffffff;
	color: #858585;
	padding-bottom: 50px;
	position: relative;
}

div#texto-contenedor-nosotros > div {
	height: 500px;
	margin: 75px 0 0 0;
	font-weight: lighter;
}

.texto-nosotros-left strong {
	font-size: 25px;
}

.espaciador-header{
	width: 100%;
	height: 96px;
}

.overlay-nosotros {
	width: 100%;
	height: 100%;
	background: url(../../img/pattern2.png);
	position: absolute;
	top: 0;
	z-index: 5;
	opacity: 0.5;
}

.texto-formulario-left {
	background: #ffffff;
	float: left;
	width: 40% !important;
}

.ul-contact-form {
	background: #ffffff;
	float: right;
	width: 58% !important;
	height: 500px;
	margin-top: 75px;
}

.ul-contact-form li{
	width: 100%;
	height:auto;
	background: #ffffff;
	margin-bottom: 10px;
	position: relative;
}



.ul-contact-form li input[type="text"] {
	width: 49%;
	height: 40px;
	border: 1px solid #949494;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	outline: none;
}

.ul-contact-form li input[type="text"]:first-child{float: left;}

.ul-contact-form li input[type="text"]:nth-child(2){float: right;}

input.email, input.asunto {
	width: 99.8% !important;
}

.texto-formulario-left strong {
	font-size: 24px;
}

.ul-contact-form li textarea{
	max-width: 99.8%;
	min-width: 99.8%;
	max-height: 190px !important;
	min-height: 190px !important;
	padding: 10px 0 0 10px;
	border: 1px solid #949494;
	box-sizing: border-box;
	outline: none;
} 

.icono-contacto-texto{
	width: 80px;
	height: 80px;
	background: url(../../img/icono-contacto-texto.png) no-repeat center center;
	float: left; 
	margin: 0 15px 0 0;
	border-right: 1px solid #2C7CC5;
}

input.enviar-mensaje-contacto {
	padding: 10px 50px;
	border: 1px solid #0074b7;
	background: #0074b7;
	color: #ffffff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

input.enviar-mensaje-contacto:hover{
	background: #ffffff;
	color: #0074b7;
} 



div#busqueda-empleo {
	width: 100%;
	height: 100px;
	position: relative;
	background: url(../../img/shattered/shattered.png) repeat;
}

div#contenedor-busqueda-empleo {
	width: 610px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -23px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

div#contenedor-busqueda-empleo input[type="text"] {
	border: 0;
	padding: 0;
	width: 490px;
	height: 45px;
	padding-left: 15px;
	box-sizing: border-box;
	outline: none;
}

div#contenedor-busqueda-empleo input[type="submit"] {
	border: 0;
	padding: 0;
	display: inline-block;
	width: 110px;
	height: 45px;
	margin-left: -4px;
	background: #23a6e8;
	color: #ffffff;
	outline: none;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
}

.filtros-empleos {
	width: 25%;
	height: auto !important;
	box-sizing: border-box;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c3c3c3;
	overflow: hidden;
}

ul.ul-lista-empleos {
	background: #dfdfdf;
	width: 72%;
	padding: 15px 15px 0 15px;
	float: right;
	margin: 75px 0 0 0;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

ul.ul-lista-empleos > li {
	background: #ffffff;
	padding: 15px;
	position: relative;
	margin-bottom: 15px;
}

.icono-lista-vacantes {
    float: left;
    width: 100px;
    height: 100px;
}
.info-lista-vacantes {
    width: 80%;
    float: left;
    margin-left: 15px;
	line-height: 25px;
}

.info-lista-vacantes p { line-height: 19px; }

.hint {
    color: #ffffff;
    padding: 10px 19px;
    background: #252b30;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    width: 77px;
    text-align: center;
    top: -44px;
    font-size: 15px;
	display: none;
	line-height: initial;
}

ul.ul-lista-empleos .ver-mas-vacante {
	position: absolute;
	color: #ffffff;
	font-size: 19px;
	background: #2ecc71;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	cursor: pointer;
}

.flecha-hint {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #252b30;
    position: absolute;
    left: 50%;
    margin-left: -22px;
}

.detalle-empleo {
	background: #ffffff;
	width: 100%;
	height: auto;
	display: none;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.icono-filtro-empleo{
	width: 40px;
	height: 40px;
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
	background: url(../../img/icono-categorias-empleos.png) no-repeat center center;
	background-size: contain;
}

.titulo-filtros-empleo {
	background: #efefef;
	padding: 6px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c3c3;
}

.btn-despleg-categ{ display: none; }

.titulo-filtros-empleo.clearfix h2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #252b30;
	font-size: 18px;
}

ul.categorias-empleo-ul {
    background: #ffffff;
    /* padding: 15px; */
}

ul.categorias-empleo-ul > li{
	border-bottom: 1px solid #c3c3c3;
	padding: 15px 20px;
}

ul.categorias-empleo-ul > li:last-child{
	border-bottom: none;
}

ul.categorias-empleo-ul > li:hover{
	background: #efefef;
	color: #252b30;
	cursor: pointer;
}

button.btn-aplicar {
	border: 0;
	padding: 8px 30px;
	float: right;
	margin-top: 35px;
	background: #3498db;
	color: #ffffff;
	border-radius: 9px;
}

#iframe-empleos{
	width: 100%;
	height: 1000px;
}

#franja-instrucciones{
	padding: 25px 0px;
	width: 100%;
	display: table;
	background: url(../../img/shattered/shattered.png) repeat;
}

#franja-instrucciones h2{
	text-align: center;
	font-family: Roboto, "sans-serif";
}

/*
.main-top-right {
	width: 100%;
	height: 330px;
	background: #ffffff;
	position: relative;
}

.main-top-right .left-top {
	width: 60%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-1.jpg)no-repeat center center;
	background-size: cover;
	float: left;
}

.main-top-right .right-top {
	width: 38.7%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-2.jpg)no-repeat center center;
	background-size: cover;
	float: right;
}

div#main-bottom-right {
	width: 100%;
	height: 160px;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
}

#main-bottom-right .left-bottom {
	width: 38.7%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-3.jpg)no-repeat center center;
	background-size: cover;
	float: left;
}

#main-bottom-right .right-bottom {
	width: 60%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-4.jpg)no-repeat center center;
	background-size: cover;
	float: right;
}

.icono-nosotros-texto{
	width: 80px;
	height: 80px;
	background: url(../../img/icono-nosotros-texto.png) no-repeat center center;
	float: left; 
	margin: 0 15px 0 0;
	border-right: 1px solid #2C7CC5;
}
*/



/* #header-servicios, #wrapper-servicios{ top: 92px; } */

/*
#servicios-ul{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
}

#servicios-ul li{
	width: 100%;
	background: #E8E8E8;
}

#servicios-ul li:nth-child(even){ background: #ffffff; }

.contenedor-servicios-li {
	width: 100%;
	height: 500px;
	position: relative;
}

.contenedor-servicios-li .icono-servicio {
	width: 37.86%;
	height: 100%;
	background: #ffffff;
	position: relative;
	float: left;
	text-align: center;
}

.contenedor-servicios-li .icono-servicio h2, .icono-servicio p{
	width: 80%;
	margin: 0 auto 0 auto;
}

.contenedor-servicios-li .icono-servicio h2{
	margin-bottom: 15px;
}

.texto-servicio {
	width: 62.11%;
	height: 100%;
	background: #333;
	float: left;
}

.espaciador-header{
	width: 100%;
	height: 96px;
}

.icon-serv {
	width: 100px;
	height: 100px;
	background: #dfdfdf;
	margin: 80px auto 20px auto;
}


.overlay-servicios {
	width: 100%;
	height: 100%;
	background: url(../../img/pattern2.png);
	position: absolute;
	top: 0;
	z-index: 5;
}



*/

@media (max-width: 1025px){
	
	.btn-despleg-categ span {
		font-size: 30px !important;
		font-weight: bold;
	}
	
	.filtros-empleos {
		float: none;
		width: 100%;
	}
	
	ul.ul-lista-empleos {
		float: none;
		width: 100%;
		margin: 20px 0px 0px 0px;
		padding-bottom: 2px;
	}
	
	
	.btn-despleg-categ {
		display: inherit;
		width: 53px;
		height: 53px;
		float: right;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	.btn-despleg-categ span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 20px;
	}
	
	.titulo-filtros-empleo {
		position: relative; 
	}
	
	div#texto-contenedor-nosotros {
		width: 92%;
	}
	
	div#contenedor-busqueda-empleo {
		display: none;
	}
	
	.filtros-empleos {
		margin: 30px 0px 0px 0px !important;
	}
	
	.info-lista-vacantes > p {
    	display: none;
	}
	
	ul.categorias-empleo-ul {
    display: none;
	}
	
	div#busqueda-empleo {
		display: none;
	}
	
}





































