@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	/*overflow-y: hidden;*/
}

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

#bg-loader{
	background-color: #FFFFFF;
	/*background: url(../img/preloader.gif)no-repeat center,#fff;*/
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:10000;
}

.idiomas-phone{
	display: none !important;
}

#bg-loader #logo-loader-container {
	width: auto; /* 300px */
	height: 80px;
	position: fixed;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
}

#bg-loader #logo-loader-container .logo-loader {
	width: 80px;
	height: 80px;
	float: left;
	background: url(../../img/logo-loader.png)no-repeat center;
}

.rotar{
	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#bg-loader #logo-loader-container .sgf-text-loader {
	width: 0px; /* 220px */
	height: 80px;
	float: left;
	background: url(../../img/sgf-text-loader.png)no-repeat center;
}

#bg-jobs-form {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.9);
	z-index: 2000;
	display: none;
}


#bg-jobs-form #form-wrapper {
	width: 460px;
	/* height: 290px; */
	background: #ebebeb;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -155px;
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #009BDE;
}

#bg-jobs-form #form-wrapper #cerrar-form {
	position: absolute;
	color: #00153b;
	width: 40px;
	height: 40px;
	background: #ffffff;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-left: 1px solid #009BDE;
	border-bottom: 1px solid #009BDE;
	font-size: 22px;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#bg-jobs-form #form-wrapper #cerrar-form:hover {
	background: #00153b;
	color: #ffffff;
}

#bg-jobs-form #form-wrapper .form-icon {
	width: 100%;
	height: 60px;
	background: url(../../img/titulo-buscar-popup.png)no-repeat center;
}

#bg-jobs-form #form-wrapper .job-keyword, .job-country {
	width: 100%;
	height: 50px;
	background: #606060;
	margin-top: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #009BDE;
}

#bg-jobs-form #form-wrapper .job-keyword input[type="text"], #bg-jobs-form #form-wrapper .job-country input[type="text"]{
	width: 93.48%;
	height: 100%;
	border: 0;
	padding: 0 0 0 6.53%;
}

/*#bg-jobs-form #form-wrapper .job-country {
	width: 100%;
	height: 60px;
	background: #606060;
	margin-top: 10px;
}*/

#bg-jobs-form #form-wrapper #buscar {
	margin-top: 30px;
	width: 120px;
	height: 30px;
	display: inline-block;
	position: relative;
	left: 50%;
	margin-left: -60px;
	background: #ffffff;
	margin-bottom: 10px;
	color: #001147;
	border: 1px solid #001147;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#bg-jobs-form #form-wrapper #buscar:hover {
	color: #ffffff;
	border-color: #ffffff;
	background: #001147;
}

#wrapper, #wrapper-empleo{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	background: #ffffff;
	position: relative;
	/*top: 685px;*/
}

#header-wrapper{
	width: 100%;
	/*background: #fff;*/
	position: fixed;
	left: 0;
	z-index: 900;
	/*border-bottom: 5px solid #001147;*/
}

#header-wrapper #header-inner{
	margin: 0 auto 0 auto;
	width: 1300px; /*auto*/
	height: 120px; /*85px*/
	background: url(../../img/fondo-menu.png)no-repeat center center; /*#ffffff*/
	position: relative;
}

div#extra-menu-left {
	position: absolute;
	width: 500%;
	height: 117px;
	background: #ffffff;
	left: -500%;
	border-bottom: 3px solid #052753;
}

div#extra-menu-right {
	position: absolute;
	width: 500%;
	height: 93px;
	background: #ffffff;
	right: -500%;
	border-bottom: 3px solid #052753;
}

#header-wrapper #header-inner #logo-header{
	width: 300px;
	height: 80px;
	background: #2980b9;
	float: left;
}

#header-wrapper #header-inner #menu-ul-header {
	width: auto;
	margin-right: 45px !important;
	height: 90px;
	background: #fff;
	float: right;
	list-style-type: none;
}

#header-wrapper #header-inner #menu-ul-header > li{
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1200;
}

#header-wrapper #header-inner #menu-ul-header > li > a{
	text-decoration: none;
	color: #111542;
	background: #fff;
	display: block;
	padding: 0 15px;
	/*width: 92px;*/
	height: 92px;
	text-align: center;
	line-height: 90px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

#header-wrapper #header-inner #menu-ul-header > li .thumb-arrow{
	width: 17px;
	height: 14px;
	background: url(../../img/thumb-arrow-header.png)no-repeat center;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -8px;
	/* visibility: hidden; */
}

#header-wrapper #header-inner #menu-ul-header li:hover{
    font-weight: bold;
}

#header-wrapper #header-inner #menu-ul-header li:hover >  .thumb-arrow {
	visibility: visible;
}

.dropdown{
	width: 611px;
	/*height: 256px; */
	position: absolute;
	top: 92px;
	left: -80px;
	display: none;
	/* z-index: 1200; */
} 

.dropdown .dropdown-inner {
    width: 595px;
   /* height: 235px;*/
    background: #fff;
    position: relative;
    top: 5px;
   /* -webkit-box-shadow: inset 0 0 10px #999;
	-moz-box-shadow: inset 0 0 10px #999;
	-o-box-shadow: inset 0 0 10px #999;
	-ms-box-shadow: inset 0 0 10px #999;
	box-shadow: inset 0 0 10px #999;*/
	cursor: default;
	
    padding: 8px;
    border: 1px solid #999;
    border-top: none;
}

.dropdown .dropdown-inner .left-dropdown {
	width: 293px;
	/*height: 235px; */
	background:;
	float: left;
	overflow:hidden;
}

#flechas-left-dropdown {
    padding: 0;
    margin: 0;
    width: 17px;
    height: 235px;
    float: left;
    list-style-type: none;
    background:;
}

#flechas-left-dropdown > li {
	margin-bottom: 4px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #dfdfdf;
}

.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 256px;
	/*height: 215px;*/
	float: left;
	padding: 10px;
	background: #dfdfdf;
	overflow: hidden;
}

.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown li {
	
	width: 256px;
	list-style-type: none;
	margin-bottom: 13px;
}

.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown li > a{
	text-decoration: none;
	width: 100%;
	background: ;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #606060;
	font-weight: lighter;
}

.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown li > a:hover{
	color: #333333;
}

.dropdown .dropdown-inner .right-dropdown {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 300px;
	/*height: 235px;*/
	height: 100%;
	background: #dfdfdf;
	float: right;
}

.dropdown .dropdown-inner .right-dropdown li{
	position: absolute;
	top: 50%;
	margin-top: -120px;
}

#header-wrapper #header-inner #idiomas{
	width: 100px;
	height: 90px;
	float: right;
	display: table;
}

#header-wrapper #header-inner #idiomas li {
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
}

#header-wrapper #header-inner #idiomas li a {
	display: block;
	padding: 12px;
	background: #252b30;
	border-right: 1px solid #ffffff;
}

#header-wrapper #header-inner #idiomas li.eng > a{ background: url(../../img/flags/usa.png)no-repeat center; background-size: contain; }
#header-wrapper #header-inner #idiomas li.spa > a{ background: url(../../img/flags/spain.png)no-repeat center; background-size: contain; }
#header-wrapper #header-inner #idiomas li.por > a{ background: url(../../img/flags/portugal.png)no-repeat center; background-size: contain; }


#header-wrapper #header-inner #idiomas .idiomText {
	width: 100px;
	background: #ffffff;
	position: absolute;
	top: 8px;
	text-align: center;
	font-size: 14px;
	color: #0066ae;
	font-variant: small-caps;
	opacity: 0;
}


/* phone idiomas
================================================================*/

.idiomas{
	width: 100px;
	height: 70px;
	display: table;
	position: relative;
	left: 50%;
	margin-left: -50px;
}

.idiomas li {
	display: table-cell;
	vertical-align: middle;
	opacity: 0.4;
}



.idiomas li a {
	display: block;
	padding: 12px;
	background: #252b30;
	border-right: 1px solid #ffffff;
}

.idiomas li.eng > a{ background: url(../../img/flags/usa.png)no-repeat center; background-size: contain; }
.idiomas li.spa > a{ background: url(../../img/flags/spain.png)no-repeat center; background-size: contain; }
.idiomas li.por > a{ background: url(../../img/flags/portugal.png)no-repeat center; background-size: contain; }


.idiomas .idiomText {
	width: 100px;
	background: #ffffff;
	position: absolute;
	top: 8px;
	text-align: center;
	font-size: 14px;
	color: #0066ae;
	font-variant: small-caps;
	opacity: 0;
}


/*
================================================================*/

#header-wrapper #header-inner #logo-header{
	width: 280px;
	height: 117px;
	background: url(../../img/logo-header.png)no-repeat center;
	float: left;
	background-size: contain;
}

#header-wrapper #header-inner #menu-ul-header {
    padding: 0;
    margin: 0;
}

/*#line {
	position: absolute;
	width: 100%;
	height: 5px;
	top: 90px;
	left: 0;
	z-index: 200;
}

#line #yellow-left{
	width: 31.25%; 
	height: 5px; 
	background: #FBED14;
	float: left;
	display: none;
}

#line #blue-right{
	width: 100%;
	height: 5px;
	background: #001147;
	float: right;
}*/

.icon-slide {
	width: 50px;
	height: 50px;
	background: #dfdfdf;
	float: left;
	margin-right: 15px;
}

#slider-top-wrapper{
	width: 100%;
	height: 62.82%;
	position: absolute;
	top: 85px;
	left: 0;
	background: url(../../img/textura-phone/cubes/cubes.png) repeat;
	overflow: hidden;
	border-bottom: 2px solid #FFE714;
	/*cursor: url(../img/cursor-pausa.png), pointer;*/
}



#slider-top-wrapper #slider-ul{
	padding: 0;
	margin: 0;
	width: 1050.97%; /* 20000 / 1903 x 100*/
	height: 100%;
	position: relative;
	background: #d35400;
	list-style-type: none;	
}

#slider-top-wrapper #slider-ul li{
	width: 9.515%; /* 1903 / 20000 x 100 */
	height: 100%;
	float: left;
	background-size: cover !important;
	position: relative;
	color: #001648;
}

#slider-top-wrapper #slider-ul li .pic-slide {
    /*width: 750px;*/
	width: 450px;
    height: 100%;
    /* background: #999; */
    position: absolute;
    top: 10px;
    right: 10%;
    background-size: contain !important;
}

#slider-top-wrapper #slider-ul .slide-2 .pic-slide {
	background: #dfdfdf;
	width: 590px !important;
}

#slider-top-wrapper #slider-ul .slide-3 .pic-slide {
	/* background: #999 !important; */
	width: 800px !important;
	background-position: center bottom !important;
}

#slider-top-wrapper #slider-ul .slide-3 .texto-slide {
	background:url(../../img/map.png)no-repeat center;
	width: 705px;
	height: 415px;
	position: relative;
	top: 50%;
	margin-top: -207px;
}

#slider-top-wrapper #slider-ul .slide-4 .pic-slide {
	right: 100px;
}

#slider-top-wrapper #slider-ul .slide-4 .texto-slide {
	/*color: #ffee00;*/
}

#slider-top-wrapper #slider-ul .slide-4 .texto-slide h2{ /*border-color: #ffee00;*/ }

#slider-top-wrapper #slider-ul li .texto-slide {
   width: 700px;
	
   min-height: 130px;
	
   background: rgba(255,255,255,0.75);
	
   box-shadow: 0 0 30px rgba(0,0,0,0.45);
   top: 50%;
	margin-top: -112px;
	left: 10.41% !important;
	position: relative;
	
   padding: 30px;
     /* For Safari 5.1 to 6.0 */
     /* For Opera 11.1 to 12.0 */
     /* For Firefox 3.6 to 15 */
     /* Standard syntax (must be last) */
   border-radius: 20px;
}

.texto-slide a {
  color: #00427A;
}

div#flecha-index {
    width: 70px;
    height: 50px;
	
    margin: 0px auto 0 auto;
	background:url(../../img/flecha-down-empleo.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	position: relative;
    top: -3px;
}

div#flecha-index:hover {
	opacity: 0.7;
}

#slider-top-wrapper #slider-ul li .texto-slide h2, p {
	margin: 0;
	font-family: 'Roboto', 'sans-serif';
}

#slider-top-wrapper #slider-ul li .texto-slide h2 {
	font-size: 2em;
	font-weight: lighter;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
}

#slider-top-wrapper #slider-ul li .texto-slide p {
	padding: 20px 0 0 0;
	font-size: 1.3em;
	font-weight: lighter;
	text-align: justify;
}

#slider-top-wrapper #slider-ul li .texto-slide .slide-1-button, .slide-2-button, .slide-3-button, .slide-4-button, #boton-buscar-empleos {
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #001648;
	background: #ffffff;
	color: #001648;
	position: absolute;
	z-index: 600;
	margin-top: 15px;
	right: 0;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#slider-top-wrapper #slider-ul li.slide-0 #logo-centro{ 
	background: url(../../img/logo-center-slide.png) no-repeat center; 
	width: 44.24%; /* 842 / 1903 x 100 */
	height: 241px;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	display: none;
} 

#slider-top-wrapper #slider-ul li.slide-1 .texto-slide h2{ position: relative; }

#slider-top-wrapper #slider-ul li.slide-1 .texto-slide h2 .icon-slide-1{
	float: left;
	width: 77px;
	height: 77px;
	background: url(../../img/icon-slider-1.png) no-repeat;
	padding: 0 20px 0 0;
	margin-right: 20px;
	border-right: 1px solid #00153b;
}


#slider-top-wrapper #slider-ul li .texto-slide .slide-1-button:hover { background: #001648; color: #fff; }

#slider-top-wrapper #slider-ul li .texto-slide .slide-2-button:hover { background: #001648; color: #fff; }

#slider-top-wrapper #slider-ul li .texto-slide .slide-3-button:hover { background: #001648; color: #fff; }

#slider-top-wrapper #slider-ul li .texto-slide .slide-4-button:hover { background: #001648; color: #fff; }


#slider-top-wrapper #barra-slider-thumbs{
	position: absolute;
	width: 100%;
	height: 67px;
	/* background: url(../img/fondo-barra-thumbs.png) repeat; */
	bottom: 0;
	z-index: 500;
	cursor: default;
}

#slider-top-wrapper #barra-slider-thumbs #thumbs-main{
	width: 600px;
	height: 55px;
	/* margin: 10px auto 0 auto; */
}


#slider-top-wrapper #thumbs-flecha-left{
	width: 60px;
	height: 60px;
	background: url(../../img/arrow-left.png) no-repeat center;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 40px;
	z-index: 400;
	border: none;
	outline: none;
}

#slider-top-wrapper #thumbs-flecha-left:hover{
	opacity: 0.7;
}

#slider-top-wrapper #barra-slider-thumbs #thumbs-main #thumbs-container-ul{
	width: 485px;
	height: 55px;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	display: none;
}

#slider-top-wrapper #barra-slider-thumbs #thumbs-main #thumbs-container-ul li{
	list-style-type: none;
	width: 50px;
	height: 50px;
	background: #51B4A6;	
	float: left;
	margin: 0 0 0 6px;
	border: 2px solid #009BDE;
}

#slider-top-wrapper #barra-slider-thumbs #thumbs-main #thumbs-container-ul li:hover{
	
}

#slider-top-wrapper #thumbs-flecha-right{
	width: 60px;
	height: 60px;
	background:url(../../img/arrow-right.png)no-repeat center;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 40px;
	z-index: 400;
	border: none;
	outline: none;
}

#slider-top-wrapper #thumbs-flecha-right:hover{
	opacity: 0.7;
}

 #seccion-2{
	width: 100%;
	min-height: 300px;
	background: url(../../img/bg-info-clientes.jpg)no-repeat center;
	position: relative;
	background-size: cover;
}

 #seccion-2 #info-container{
	width: 1300px;
	height: 550px;
	position: relative;
	margin: 0  auto;
}

 #seccion-2 #info-container #info{
	width: 1300px;
	height: auto;
	position: absolute;
	top: 50%;
	margin-top: -210px;
	/* background: #ffffff; */
	padding: 0;
	list-style: none;
}

 #seccion-2 #info-container #info li{
	list-style-type: none;
	width: 265px;
	height: 380px;
	float: left;
	margin-left: 16px;
	background: rgba(255,255,255, 0.5);
	padding: 20px 20px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	/* border-left: 1px solid #606060; */
	border-radius: 15px;
	border: 1px solid #006BA9;
}

 #seccion-2 #info-container #info li:first-child{
	/* border-left: none; */
}

 #seccion-2 #info-container #info li .icon{
	width: 75px;
	height: 75px;
	margin: 0 auto 20px auto;
}

 #seccion-2 #info-container #info li .titulo-info{
	margin: 0;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

 #seccion-2 #info-container #info li .parrafo-info{
	margin: 0;
	font-size: 15px;
	text-align: left;
}

 #seccion-2 #info-container #info li .boton-ver-mas {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 6px 20px;
	background: #ffffff;
	border: 1px solid #1f2245;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3;
	-o-transition: all 0.3;
	-ms-transition: all 0.3;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

 #seccion-2 #info-container #info li .boton-ver-mas:hover {
	background: #ffffff;
}

 #seccion-2 div#titulo-secion-2 {
	width: 100%;
	min-height:40px;
	background: #00194A;
	position: relative;
	padding: 6px 0px;
}

#flecha-titulo-seccion-2{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #00194A;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -30px;
}

div#clintes-index-info {
	width: 68.31%; /* 1200 / 1903 */
	min-height: 200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

div#clintes-index-info #ul-clientes-index{
	width: 100%;
	min-height: 200px;
	margin: 55px 0 0 0;
}

div#clintes-index-info #ul-clientes-index > li {
	box-sizing: border-box;
	padding: 20px;
	width: 48%;
	min-height: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: -7px;
	/* background: #DFDFDF; */
	text-align: center;
	border-right: 1px dotted #A4A4A4;
}

div#clintes-index-info #ul-clientes-index > li a{
	color: #0356F7;
	text-decoration: underline;
}

div#clintes-index-info #ul-clientes-index > li a:hover{
	text-decoration: none;
}


div#clintes-index-info #ul-clientes-index > li:last-child {
	border: none;
}

.clientes-index-icon{
	width: 150px;
	height: 80px;
	margin: 0 auto 15px auto;
}

.clientes-index-icon img{
	width: 100%;
}

.topAnim{
	top: 4px !important;
}


/*

 #seccion-2 div#contenedor-pestanas {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -120px;
}

 #seccion-2 div#contenedor-pestanas ul#ul-pestanas {
	width: 30%;
	height: 100%;
	background: #252b30;
	float: left;
}

 #seccion-2 div#contenedor-pestanas ul#ul-pestanas-info {
	width: 70%;
	height: 100%;
	background: #3B6603;
	float: left;
	position: relative;
}
*/

 #seccion-1{
	width: 100%;
	height: 580px;
	background: url(../../img/bg-jobs-left.png)no-repeat left,  url(../../img/bg-jobs-right.png)no-repeat right;
	border-bottom: 2px solid #006BA9;
	/*background-size: cover;*/
} 

#quotes{
	width: 100%;
	height: 520px;
	border-bottom: 2px solid #006BA9;
	background:url(../../img/quotes-bg.png)no-repeat left, #ffffff;
	opacity: 0.9;
}

#quotes #info-container{
	width: 1300px;
	height: 520px;
	margin: 0 auto 0 auto;
	position: relative;
}

#quotes #info-container > li{
	width: 1300px;
	height: 520px;
	position: absolute;
}

 #seccion-1 .titulo-seccion-1{
	width: 100%;
	height: 110px;
	background: #00153b;
/*	background: url(../img/titulo-jobs.png)no-repeat center, #00153b;*/	
	position: relative;
	border-bottom: 1px solid #aaaaaa;
	cursor: pointer;
}

 #seccion-1 .titulo-seccion-1 #titulo-boton {
	width: 400px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -195px;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	color: #ffffff;
	line-height: 70px;
	font-size: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

 #seccion-1 .titulo-seccion-1 #titulo-boton:hover {
	background: rgba(255,255,255,0.2);
}

#titulo-boton img {
	float: left;
	margin-left: 65px;
	margin-right: 10px;
	width: 40px;
	margin-top: 10px;
	position: relative;
	top: 50%;
	margin-top: -22px;
}

 #seccion-1 .titulo-seccion-1 .flecha-titulo-job {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #00153b;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -19px;
	z-index: 10;
}

 #seccion-1 .titulo-seccion-1 .flecha-titulo-line {
	width: 0;
	height: 0;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 32px solid #aaaaaa;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -21px;
	z-index: 5;
}

 #seccion-1 > #info{
	width: 1300px;
	height: 470px;
	position: relative;
	/* background: #2c3e50; */
	margin: 0  auto;
	padding: 20px;
	box-sizing: border-box;
}

 #seccion-1 > #info #boton-buscar-empleos{ 
	width: 104px; 
	position: absolute; 
	bottom: 20px; 
	left: 50%; 
	margin: 0 0 0 -52px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

 #seccion-1 > #info #boton-buscar-empleos:hover{
	background: #001147;
	color: #ffffff;
}

 #seccion-1 > #info #empleos-main {
	width: 1300px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
}

 #seccion-1 > #info #empleos-main #empleos-left {
	width: 300px;
	height: 380px;
	float: left;
	margin: 10px 0 0 10px;
	display: none;
}

 #seccion-1 > #info #empleos-main #empleos-left #empleos-titulo {
	width: 100%;
	height: 265px;
	background: url(../img/ofertas-de-empleo-titulo.png)no-repeat center;
	-webkit-border-radius: 15px 15px 0 15px;
	-moz-border-radius: 15px 15px 0 15px;
	-o-border-radius: 15px 15px 0 15px;
	-ms-border-radius: 15px 15px 0 15px;
	border-radius: 15px 15px 0 15px;
	border: 1px solid #006BA9;
	background-size: contain;
}

 #seccion-1 > #info #empleos-main #empleos-left #empleos-ver-todos {
	width: 100%;
	height: 80px;
	background: transparent;
	margin: 10px 0 0 0;
	padding: 0;
	-webkit-border-radius: 15px 15px 0 15px;
	-moz-border-radius: 15px 15px 0 15px;
	-o-border-radius: 15px 15px 0 15px;
	-ms-border-radius: 15px 15px 0 15px;
	border-radius: 15px 15px 0 15px;
	text-align: center;
	line-height: 80px;
	font-family: "Roboto", "sans-serif";
	font-size: 24px;
	border: 1px solid #006BA9;
	opacity: 1;
	color: #001147;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

 #seccion-1 > #info #empleos-main #empleos-left #empleos-ver-todos:hover{
	background: #001147;
	color: #ffffff;
	border: 1px solid #ffffff;
}

 #seccion-1 > #info #empleos-main #empleos-right {
	width: 1300px;
	height: 380px;
	float: left;
	margin: 10px 0 0 0;
	/* background: #999; */
	overflow: hidden;
}

#arrow-left {
	width: 80px;
	height: 150px;
	float: left;
	padding: 0;
	border: 0;
	background: url(../../img/arrow-left-empleos.png)no-repeat center;
	cursor: pointer;
	position: relative;
	top: 50%;
	margin-top: -75px;
}

#empleos-slide-content{
	width: 1120px;
	height: 380px;
	float: left;
	overflow: hidden;
}

#empleos-right-ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 20000px;
	height: 380px;
}

#empleos-right-ul > li{
	width: 225px;
	height: 300px;
	padding: 20px;
	float: left;
	background: #ffffff;
	margin: 10px 0 0 10px;
	border: 1px solid #006BA9;
	-webkit-border-radius: 10px 10px 0 10px;
	-moz-border-radius: 10px 10px 0 10px;
	-o-border-radius: 10px 10px 0 10px;
	-ms-border-radius: 10px 10px 0 10px;
	border-radius: 10px 10px 0 10px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#empleos-right-ul > li:hover{
	background: rgba(255,255,255,0.8);
}

#empleos-right-ul > li .link {
	position: absolute;
	bottom: 55px;
	text-decoration: none;
	font-family: "Roboto", "sans-serif";
	padding: 6px 20px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	color: #001147;
	border: 1px solid #001147;
	left: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#empleos-right-ul > li .link:hover{
	background: #001147;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#empleos-right-ul > li .vacante-nombre {
	font-size: 22px;
	margin: 60px 0 30px 0;
}

#arrow-right {
	width: 80px;
	height: 150px;
	float: left;
	padding: 0;
	border: 0;
	background: url(../../img/arrow-right-empleos.png)no-repeat center;
	cursor: pointer;
	position: relative;
	top: 50%;
	margin-top: -75px;
}

 #seccion-3{
	width: 100%;
	height: 550px;
	background: url(../img/fondo-seccion-3.jpg)no-repeat center, #ffffff;
} 

 #seccion-3 > #info{
	width: 1300px;
	height: 550px;
	position: relative;
	/* background: #ffffff; */
	margin: 0  auto;
}

 #seccion-3 > #info #texto-ubicacion {
	width: 430px;
	height: 490px;
	background: url(../img/fondo-texto-seccion-3.png)no-repeat top center;
	float: left;
	margin-right: 6px;
	color: #001147;
	padding: 20px;
}

#texto-ubicacion h2 {
	font-family: "Roboto", "sans-serif";
	font-size: 36px;
	margin: 40px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #001147;
	font-weight: lighter;
}

#texto-ubicacion p {
    font-size: 19px;
	
    font-weight: lighter;
}

#texto-ubicacion .enlace-ubicacion {
	display: block;
	width: 180px;
	height: 40px;
	margin: 40px 0 0 0;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 8px 8px 0 8px;
	-moz-border-radius: 8px 8px 0 8px;
	-o-border-radius: 8px 8px 0 8px;
	-ms-border-radius: 8px 8px 0 8px;
	border-radius: 8px 8px 0 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: #001147;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#texto-ubicacion .enlace-ubicacion:hover{
	background: #ffffff;
	color: #001147;
	border: 1px solid #001147;
}

 #seccion-3 > #info #mapa-ubicacion {
	width: 710px;
	height: 550px;
	background: url(../img/mapa-seccion-3.png)no-repeat center;
	float: right;
	background-position: right;
}

.terminos-condiciones{
	margin: 0 50px 0 0;
	padding-right: 50px;
	border-right: 1px solid #ffffff;
}


.terminos-condiciones,
.menu-footer-ul,
.menu-footer-ul li,
.social-networks,
.social-networks li{
	display: inline-block;
}

.menu-footer-ul li{
	margin: 28px 10px 0 0;
}


.social-networks{
	position: relative;
	top: 18%;
}

.menu-footer-ul li a,
.social-networks li a{
	color: #fff;
	display: block;
}

a.link-aviso {
    color: #78BBED;
    position: absolute;
    margin-top: 30px;
    margin-left: 100px;
    text-decoration: underline;
}

a.link-aviso:hover{
    text-decoration: none;
}

.social-networks li a {
	width: 35px;
	height: 35px;
}

.social-networks li{
	margin: 0 20px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.social-networks li:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.social-networks li.facebook-icon{ background: url(../img/facebook-icon.png)no-repeat center; }
.social-networks li.twitter-icon{ background: url(../img/twitter-icon.png)no-repeat center; }
.social-networks li.linkedin-icon{ background: url(../img/linkedin-icon.png)no-repeat center; }
.social-networks li.instagram-icon{ background: url(../img/instagram-icon.png)no-repeat center; }

.menu-footer-ul li:last-child{
	margin: 0 50px 0 0;
	padding-right: 50px;
	border-right: 1px solid #ffffff;
}
 
#up {
	position: fixed;
	width: 50px;
	height: 50px;
	background: url(../../img/up.png)no-repeat center, #606060;
	bottom: 120px;
	right: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	cursor: pointer;
	display: none;
	z-index: 2000;
	-webkit-box-shadow: 0 0 15px #999;
	-moz-box-shadow: 0 0 15px #999;
	-o-box-shadow: 0 0 15px #999;
	-ms-box-shadow: 0 0 15px #999;
	box-shadow: 0 0 15px #999;
}



ul#ul-pestanas li {
	width: 100%;
	height: 124px;
	background: #dfdfdf;
}

/*
ul#ul-pestanas li:nth-child(odd){
	background: #040963;
}*/

ul#ul-pestanas-info li {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #dfdfdf;
}

#footer{
	width: 100%;
	background: #001147;
	position: relative;
	color: #ffffff;
	white-space: nowrap;
	border-top: 4px solid #fff200;
}

#footer #inner-footer {
	width: 100%;
	/*height: 80px;
	 background: #999; */
	margin: 0 auto;
	padding: 0;
}

ul#inner-footer > li {
	width: 310px;
	height: 55px;
	/* float: left; */
	/* margin: 20px 9px 0 0; */
	border-right: 1px solid #1167a8;
	color: #78BBED;
	margin: 28px auto 0 auto;
}

ul#redes-sociales {
	width: 200px;
	height: 35px;
	position: absolute;
	/*left: -22px;
	margin-top: 15px;*/
	right: 210px;
	top: 20px;
}

ul#redes-sociales li {
	background: #606060;
	width: 40px;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
}

#inner-footer li p {
    text-align: center;
}

ul#inner-footer h3 {
	padding-bottom: 20px;
	width: 296px;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	margin-left: 22px;
	margin-top: 20px;
}

ul#inner-footer > li ul {
	margin-left: 23px;
	font-size: 15px;
}

ul#inner-footer > li ul li{ margin-bottom: 8px; }

ul#inner-footer > li:last-child {
	border-right: none;
}

ul#opciones-bottom {
	width: 928px;
	height: 120px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 20;
	left: 1px;
}

ul#opciones-bottom li {
	width: 231px;
	height: 120px;
	background-color: #fff !important;
	float: left;
	position: relative;
}

ul#opciones-bottom > li:last-child { margin-right: 0; }

ul#info-bottom {
	width: 924px;
	height: 290px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	position: relative;
	border-top: 1px solid #00427a;
	border-left: 1px solid #00427a;
	border-right: 1px solid #00427a;
	
}

ul#info-bottom li {
	width: 100%;
	height: 290px;
	background: #ffffff;
	position: absolute;
	color: #252b30;
}

ul#info-bottom li .info-bottom-img {
	background: #dfdfdf;
	width: 250px;
	height: 200px;
	float: left;
	margin: 45px 0 0 45px;
	border: 1px solid #0a7dbc;
	-webkit-border-radius: 0 25px 0 25px;
	-moz-border-radius: 0 25px 0 25px;
	-o-border-radius: 0 25px 0 25px;
	-ms-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
}

ul#info-bottom li .info-bottom-text {
	width: 560px;
	height: 200px;
	float: left;
	margin: 45px 0 0 20px;
}

.info-bottom-text h2 {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #0a7dbc;
	color: #0a7dbc;
}

.info-bottom-text p { color: #737373; }

div#titulo-info {
	display: inline-block;
	padding: 10px;
	position: relative;
	left: 50%;
	margin: 35px 0 0 -135px;
	/* background: #606060; */
	width: 270px;
	cursor: pointer;
}

div#titulo-info h2 {
	display: inline;
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	color: #00427a;
	font-size: 34px;
	float: left;
}


div#icono-info {
	width: 40px;
	height: 40px;
	background: url(../../img/icono-titulo-info-clientes.png) no-repeat center center;
	float: left;
	display: inline-block;
	margin-right: 15px;
}


div#gradient-top {
	background: url(../../img/gradient-top.png) no-repeat center center;
	width: 928px;
	height: 25px;
	position: absolute;
	z-index: 250;
	left: 50%;
	margin-left: -464px;
}

div#gradient-bottom {
	background: url(../../img/gradient-bottom.png) no-repeat center center;
	width: 928px;
	height: 25px;
	position: absolute;
	z-index: 250;
	left: 50%;
	margin-left: -464px;
	bottom: 0;
}




/* Media Queries
====================================================================================*/

@media (max-width: 1370px){

	#slider-top-wrapper #slider-ul li.slide-3 .texto-slide{
		width: 590px !important;
		height: 90% !important;
		position: relative;
		top: 219px;
		/* margin-top: -169px; */
		background-size: contain;
	}
	
	#slider-top-wrapper #slider-ul .slide-3 .pic-slide{
		right: 0;
		/* height: 452px;
		margin-top: 0; */
	}
	
	#slider-top-wrapper #slider-ul li .texto-slide {
		width: 510px;
	}
	
	#slider-top-wrapper #slider-ul li .texto-slide p {
		font-size: 17px;
	}
	
	#slider-top-wrapper #slider-ul .slide-2 .pic-slide { right: 0; }
	
	
	 /*div#slider-empleo-wrapper {
		
		height: 440px !important;
	
	}*/
}

@media (max-width: 1200px){
	div#clintes-index-info #ul-clientes-index > li{
		width: 100%;
		display: block;
		margin-bottom: 15px;
		border-right: none;
	}
}



/*====================================================================================
									VACANTES
=====================================================================================*/


div#slider-empleo-wrapper {
	/*background: url(../../img/fondo-slide-empleos.jpg) no-repeat center center; */
	background: #ffffff;
	background-size: cover;
	width: 100%;
	height: 51.92%; /*540px;*/
	position: absolute;
	top: 91px;
}

div#slider-empleo-wrapper #slider-empleo-ul{
	background: #4374E8;
	position: relative;
	width: 100%;
	height: 100%;	
}

div#slider-empleo-wrapper #slider-empleo-ul li{
	position: absolute;
	width: 100%;
	height: 100%;
}

ul#formulario-buscar-ul {
	background: rgba(79, 79, 79, 0.5);
	position: relative;
	padding: 15px;
	z-index: 100;
	border-radius: 15px;
	display: inline-block;
	left: 50%;
	margin-left: -315px;
}

ul#formulario-buscar-ul .slide-input input[type="text"] {
	border: 0;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 35px;
	padding-left: 10px;
	border-radius: 8px 0 0 8px;
	outline: none;
}


ul#formulario-buscar-ul li {
	display: inline-block;
}

li.boton-buscar { margin-left: 5px; }

div#titulo-busqueda-slide {
z-index: 200;
padding: 15px;
left: 50%;
top: 190px;
}

div#titulo-busqueda-slide p {
	text-align: center;
	font-size: 38px;
	color: #ffffff;
}

li.boton-buscar input[type="submit"] {
	width: 120px;
	height: 35px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background: #00427a;
	border-radius: 0 8px 8px 0;
	outline: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

li.boton-buscar input[type="submit"]:hover{
	background: #3B87C7;
}

div#flecha-empleo-slides {
	width: 50px;
	height: 40px;
	background: url(../../img/flecha-down-empleo.png)no-repeat center center;
	margin: 15px auto 0 auto;
	background-size: contain;
}

div#contenedor-formulario-busqueda {
	position: absolute;
	width: 630px;
	z-index: 200;
	left: 50%;
	margin-left: -315px;
	top: 50%;
	margin-top: -121px;
}


div#titulo-header {
	width: 450px;
	height: 120px;
	/*background:  url(../../img/titulo-servicios.png) no-repeat center center;*/
	position: relative;
	top: 40%;
	margin: auto;
	z-index: 10;
	color: #fff;
	font-weight: bolder;
	font-size: 57px;
	text-align: center;
	line-height: 120px;
}


#flecha-down{
	width: 75px;
	height: 40px;
	background: url(../../img/flecha-down-oficinas.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: 310px;
	cursor: pointer;
	z-index: 10;
}

.nosotros-li .nosotros-icono .nosotros-icon-img{ background: url(../../img/icono-nosotros-texto.png) no-repeat center center }
.mision-vision-li .nosotros-icono .nosotros-icon-img{ background: url(../../img/icono-mision-vision-texto.png) no-repeat center center }
.valores-li .nosotros-icono .nosotros-icon-img{ background: url(../../img/icono-valores-texto.png) no-repeat center center }


.clientes-index-img {
    width: 100%;
    height: 180px;
    background-color: #ebebeb;
    margin: 0px 0px 20px 0px;
    border: 2px solid #0066AD;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
}

@media(max-width: 1740px){
	#slider-top-wrapper #slider-ul .slide-3 .pic-slide {
		right: 56px;
	}
	
	#slider-top-wrapper #slider-ul .slide-3 .texto-slide {
		width: 620px;
		background-size: contain;
	}
}

@media(max-width: 1500px){
	#slider-top-wrapper #slider-ul .slide-3 .pic-slide {
	  width: 660px !important;
	}
}

@media(max-width: 1300px){
	
	#header-wrapper #header-inner #idiomas {
		margin-right: 50px;
	}
	
	#slider-top-wrapper #slider-ul li .texto-slide h2 {
  		font-size: 1.5em;
	}
}

@media(max-width: 1250px){
	#slider-top-wrapper #slider-ul .slide-3 .pic-slide {
		display: none !important;
	}
	
	#slider-top-wrapper #slider-ul li.slide-3 .texto-slide {
		margin: 0 auto 0 auto;
		top: 0px;
		left: 0px !important;
		width: 80% !important;
	}
}

@media(max-width: 1152px){
	
	#header-wrapper #header-inner #menu-ul-header {
		margin-right: 20px !important;
	}
	
	#header-wrapper #header-inner #idiomas {
		margin-right: 200px;
	}
	
	ul#redes-sociales {
		right: 50px;
	}
	
	
	/* Slide vacantes
	====================================================================*/
	
	#seccion-1 > #info {
		width: 1040px;
	}
	
	#seccion-1 > #info #empleos-main {
		width: 1000px;
	}
	
	#seccion-1 > #info #empleos-main #empleos-right {
		width: 1010px;
	}
	
	#arrow-left {
		width: 50px;
	}
	
	#arrow-right {
		width: 50px;
	}
	
	#empleos-slide-content {
		width: 900px;
	}
	
	#empleos-right-ul > li {
		width: 170px;
	}
	
}

@media(max-width: 1024px){
	
	#header-wrapper #header-inner #idiomas {
		margin-right: 310px;
	}
	
	div#icono-titulo {top: 150px !important;}
	div#titulo-header{top: 50%;}
	#flecha-down{top: 350px;}
	
	
}

@media(max-width: 1025px){
	
	#titulo-header{
		width: 80% !important;
		position: relative !important;
		left: 50% !important;
		margin-left: -40% !important;		
	}

	#up{	
		bottom: 15px;
		right: 10px;
	}
	
	.espaciador-header{
		display: none;		
	}
	
	#icono-slider-phone, #texto-slide-phone, #flecha-slide-phone{
		display: block !important;		
	}
	
	#slider-top-wrapper{
		display: table;		
	}
	
	.idiomas-phone{
		display: table !important;
	}

	.icono-phone-main{
		display: table-cell;
		vertical-align: middle;			
	}
	
	div#clintes-index-info #ul-clientes-index > li {
		border-right: none;
		border-bottom: 1px dotted #a4a4a4;
	}
	
	div#clintes-index-info #ul-clientes-index > li:last-child {
		border: none;
	}
	
	div#icono-slider-phone {
    width: 200px;
    height: 100px;
    background: url(../../img/icono-slide-clientes-phone.png) no-repeat center center;
    margin: 20px auto;
	}
	
	p#texto-slide-phone {
		text-align: center;
		font-size: 30px;
		width: 260px;
		margin: 0 auto;
	}
	
	div#flecha-slide-phone {
		width: 85px;
		height: 35px;
		background: url(../../img/flecha-slide-phone.png) no-repeat center center;
		margin: 10px auto 0 auto;
	}
	
	ul#inner-footer > li {
		width: 100%;
	}
	
	#slider-top-wrapper #thumbs-flecha-left,
	#slider-top-wrapper #thumbs-flecha-right,
	#slider-top-wrapper #slider-ul,
	#slider-top-wrapper #barra-slider-thumbs{
		display: none;		
	}
	
	#menu-ul-header{
		display: none;		
	}
	
	#header-wrapper{
		position: absolute;
	}

	#header-wrapper #header-inner{
		margin: 0 auto 0 auto;
		width: auto;
		height: 84px;
		background: #ffffff;
		position: relative;
		border-bottom: 1px solid #0875b5;
	}
	
	div#extra-menu-left, div#extra-menu-right {
		display: none;
	}
	
	#header-wrapper #header-inner #logo-header {
		width: 40%;
		height: 100%;
		float: none;
		position: absolute;
		left: 10px;
	}
	
	#header-wrapper #header-inner #idiomas{
		display: none;		
	}
	


	#header-wrapper #header-inner #menu-ul-header {
		width: 100%;
		margin: 0 !important;
		height: auto;
		background: #fff;
		float: none;
		list-style-type: none;
		/* display: none; */
		position: relative;
		top: 85px;
	}
	
	#header-wrapper #header-inner #menu-ul-header > li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #0875b5;
	}	
	
	#header-wrapper #header-inner #menu-ul-header > li > a{
		width: 100%;	
		height: 59px;
		line-height: 59px;
		padding: 0px;
	}
	
	.dropdown {
		width: 100%;
		top: 0px;
		left: 0px;
		position: relative;
	}
	
	.dropdown .dropdown-inner {
		width: 100%;
		background: #fff;
		position: relative;
		cursor: default;
		padding: 0px;
		border: none;
		top: 0px;
	}
	
	.dropdown .dropdown-inner .left-dropdown {
		width: 100%;
	}
	
	.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown {
		width: 100%;
		padding: 0px;
	}
	
	.dropdown .dropdown-inner .left-dropdown #ul-left-dropdown li {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		text-align: center;
		border-bottom: 1px solid #5C5C5C;
		box-sizing: border-box;
	}
	
	.dropdown .dropdown-inner .right-dropdown{
		display: none;		
	}
	
	#flechas-left-dropdown{
		display: none;		
	}
	
	#header-wrapper #header-inner #menu-ul-header > li .thumb-arrow{
		top: 40px;		
	}
	
	.pestana-menu-phones{
		display: block !important;	
		background: url(../../img/menu-phone.png) no-repeat center center, #ffffff;
		background-size: 36px;	
		position: absolute;
		right: 0px;
		width: 65px;
		height: 84px;
		border-left: 1px solid #0875b5;
	}
	
	.heightPhone{
		height: 87px;
		background: url(../../img/menu-phone-close.png) no-repeat center center, #ffffff;
		background-size: 36px;
	}
	
	div#contenedor-pestanas {
    display: none;
	}
	
	#inner-footer li p {
		display: none;
	}
	ul#redes-sociales {
		margin: 0 !important;
		left: 50%;
		margin-left: -100px !important;
	}
	div#titulo-info {
		width: 250px;
		text-align: center;
	}
	div#titulo-info > #icono-info {
		float: none;
		margin: 0px;
	}
	div#titulo-info > h2 {
		float: none;
		display: block;
	}
	
	
	div#clintes-index-info #ul-clientes-index{ margin-top: 20px; }
	
}



@media (max-width: 568px){
	
	p#texto-slide-phone {
		font-size: 22px;
	}
	

	div#icono-slider-phone {
		width: 110px;
		height: 60px;
		margin: 35px auto 20px auto;
		background-size: contain;
	}

	div#flecha-slide-phone {
		width: 45px;
		height: 22px;
		margin: 10px auto 0 auto;
		background-size: contain;
	}

	
	#up{
		display: none !important;		
	}


}










