*{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
	background-image: url('../imagenes/fondo2.png');
    background-size: 1550px;
    background-attachment: fixed;
}
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset  0 6px 0 6px  rgba(0,0,0,1); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 6px 6px 6px 6px rgba(240,200,0,1); 
}
.seccion{
	width:100%;
	position:relative;
	float:left;
}
.gry{
	background-color:rgba(185, 185, 185, 0.65);
}
.in2{
	width:90%;
	position:relative;
	float:left;
	left:5%;
}
.mar20{
	margin-top:20px;
	margin-bottom:20px;
}
.fondo{
	background-image: url('../imagenes/fondo2.png');
    background-size: 1550px;
    background-attachment: fixed;
}
#loading{
	position:fixed;
	width:100%;
	height:100%;
	background-color:white;
	z-index:999999;
}
.abso{
	display: block;
    top: 85px;
    position: relative;
    z-index: 99;
}
.ama{
	color:#f3c80d;
}
.inloading{
	position:fixed;
	width:100%;
	bottom:50%;
	text-align:center;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
.lft{
	text-align:left;
}
.rig{
	text-align:right;
}
.wow{
	visibility: hidden;
}
#header{
    position: relative;
    float: left;
    width: 100%;
}
.in_header{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.logo{
    position: relative;
    float: left;
    width: 65%;
}
.logo img{
    max-width: 100%;
	/*width:400px;*/
    margin-top: 10px;
}

.acciones{
    position: relative;
    float: left;
    width: 35%;
}
.idiomas{
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.idiomas img{
   max-width: 30px;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
    margin-right: 5px;
    margin-left: 5px;
}
.tblidioma{
	position:relative;
	float:right;
}
.circulo{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    float: left;
    text-align: center;
    color: black;
    font-weight: bold;
	margin-left:10px;
}
.incir{
	position:relative;
	margin-top:10px;
}
.incir2{
	position:relative;
	margin-top:8px;
}
.lengua{
	background-color: #f8c800;
}
.lengua:hover{
	background-color: #000000;
	color: white;
}
.activo{
	background-color: #000000;
	color: white;
}
.face{
	background-color:#3b5998;
	color:white;
	font-size:20px;
}
.twitt{
	background-color:#1da1f3;
	color:white;
	font-size:20px;
}
#lis{
    border-right: 1px solid #000;
}

.panel{
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
}
.panel a{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #000;
}
.panel a:hover{
    color: #f5ca01;
}
#content {
    position: absolute;
    right: 0px;
    top: 30px;
    display: none;
    background-color: #f9f9f9;
    z-index: 999;
    width: 125px;
    text-align: center;
}
.buscador{
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.buscador input[type="submit"]{
    display: none;
}
.buscador input[type="text"]{
    padding: 1px 10px;
    border-left: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-top: 1px solid #8c8c8c;
    border-right: 1px solid #fff;
    background-color: #fff;
    height: 25px;
    border-radius: 5px 0px 0px 5px;
}
.buscador label{
    padding: 4px 10px;
    font-size: 12px;
    border-right: 1px solid #8c8c8c;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #fff;
     border-radius: 0px 5px 5px 0px;
}
.redes{
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.redes i{
    background: #000;
    color: #f5ca01;
    padding: 4px;
    width: 22px;
    border-radius: 50%;
}
.navegacion{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
}
#slider{
    position: relative;
    float: left;
    width: 100%;
}
#seccion1{
    position: relative;
    float: left;
    width: 100%;
    /*background-color: #f3c426;*/
    background-color: #fff;
    color: #2b2b2b;
}
.titu{
    position: relative;
    float: left;
    width: 100%;
    background-color: #f3c426;
	text-align:center;
}
.cnt{
	text-align:Center;
}
.mar15{
	margin-top:15px;
	margin-bottom:15px;
}
.describe{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contenido_describe{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    text-align: center;
}
.contenido_describe h1{
    font-size: 60px;
}
.img_describe{
    position: relative;
    float: left;
    width: 100%;
}
.img_describe img{
    max-width: 100%;
}
#section2{
    position: relative;
    float: left;
    width: 100%;
}
.lateral{
    position: relative;
    float: left;
    width: 100%;
    background-color: #b0b0b0;
}
.lateral a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.lateral a:hover{
    color: #fff;
}
.boton_lateral img{
    max-width: 134px;
}
.boton_lateral{
    position: relative;
    float: left;
    width: 16.66%;
    text-align: center;
}
.boton_lateral:hover{
    background-color: #908e8e;
}
#noticias{
    position: relative;
    float: left;
    width: 100%;
    background-color: #2e2e2e;
    padding-top: 25px;
    padding-bottom: 25px;
}
.noticia_cuadro{
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 10px;
    margin-top: 10px;
	min-height: 280px;
}
.imagen_noticia{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.imagen_noticia img{
    max-width: 100%;
}
.imagen_noticia p{
    position: absolute;
    float: left;
    text-align: center;
    background-color: rgba(243, 196, 38, 0.86);
    margin-top: -30px;
    padding: .2em;
    width: 100%;
}
.content_noticia{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    color: #fff;
    font-size: 12px;
    text-align: center
}
#ubicacion{
    position: relative;
    float: left;
    width: 100%;
}
.contenido_ubicacion{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.direcciones{
    position: relative;
    float: left;
    width: 30%;
    font-size:20px;
    margin-top: 55px;
}
.direcciones b{
    color: #f3c426;
}
.direct_mapa{
    position: relative;
    float: left;
    width: 70%;
}
.direct_mapa img{
    max-width: 100%;
}
#footer{
    position: relative;
    float: left;
    width: 100%;
   padding-top: 35px;
    padding-bottom: 35px;
    background-color: #000;
}
.contenido_foot{
    position: relative;
    float: left;
    width: 50%;
    left: 10%;
}
.tri_foot{
    position: relative;
    float: left;
    width: 33%;
}
.in_trifoot{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    color: #f3c426;
    font-size: 12px;
}
.in_trifoot b{
    color: #fff;
}
.ubica{
    position: relative;
    float: left;
    width: 40%;
    left: 10%;
}
.cont_ubica{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    color: #fff;
}
.fa-map-marker{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.fa-envelope{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.fa-phone{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.menufoot{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    margin-top: 15px;
    text-align: center;
}
.boder_menufoot{
    border-right: 1px solid #fff;
}
.menufoot a{
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    width: auto;
}
.menufoot a:hover{
    color: #f3c426;
}
.navegacion_responsive{
    display: none;
}
.four{
	position:relative;
	float:left;
	width:25%;
}
.four img{
	max-width:100%;
}
.mitad{
	position:relative;
	float:left;
	width:50%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:Center;
}
.minisli{
	position:relative;
	margin:0 auto;
	width: 470px;
	max-width:100%;
	height:250px;
	border-width:0px;
	border:none;
}
#map{
	position: relative; 
	width:100%;
	float:left; 
	overflow: hidden; 
	height:350px; 
}
/****************bolsa de trabajo*******************/
.contenido_vac{
	width:100%;
	position:relative;
	float:left;
}
.lateralcat{
	position:relative;
	float:left;
	width:20%;
}
.lateralcat h1{
	font-size: 32px;
	padding-bottom:20px;
}
.btncat {
    text-decoration: none;
    background-color: #a6a7a9;
    border: 1px solid #a6a7a9;
    color: white;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    cursor: auto;
}
.btncat:hover {
    background-color: #484848;
    border: 1px solid #484848;
}
.vaca{
	position:relative;
	float:left;
	width:80%;
}
.vaca h1{
	font-size: 32px;
	padding-bottom:20px;
}
.vacante{
	position: relative;
    float: left;
    /*width: 48%;
	height: 360px;
    margin-left: 1%;
    margin-right: 1%;*/
	width:100%;
	margin-bottom:20px;
	background-color:#e0e2e4;
	text-align: left;
}
.vacante a{
	text-decoration:none;
}
.vacantedos{
	position: relative;
    float: left;
    width: 100%;
    /*width: 31%;*/
	
    /*border: 1px solid #f26122;*/
	margin-bottom:20px;
	background-image:url('../imagenes/human2.png');
	background-size:contain;
	background-color:#e0e2e4;
	background-repeat:no-repeat;
}
.invacante{
	position: relative;
    float: left;
    width: 90%;
	left:5%;
	margin-bottom:20px;
}
.categ{
	color:white;
}
.titcat{
	width:90%;
	position:relative;
	float:left;
	left:5%;
	text-align:right;
	padding-bottom: 20px;
}
.tit{
	background-color:#0070c0;
	color:white;
	position:relative;
	float:left;
	width:100%;
}
.tit2{
	background-color:#f8c607;
	color:white;
	position:relative;
	float:left;
	width:100%;
}
.tit2 h2{
	padding-top:10px;
	padding-bottom:10px;
}
.intit{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.griis{
	background-color: #88898a;
    color: white;
    width: 90%;
    left: 5%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    cursor: auto;
}
.hvr-sweep-to-right {
	text-decoration:none;
	padding: 6px;
    color: #fff;
    background: #f8c607;
	font-weight: bolder;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 12px;			  
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
}
.inp{
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 2px solid gainsboro;
}
.sub {
    background-color: #187fc3;
    border: 1px solid #187fc3;
    color: white;
    padding: 8px;
}
.principal{
	color:black;
	text-decoration:none;
}
.principal:hover{
	color:#f5cf29;
}
.principal h3{
	width:auto;
}
.secundario{
	color:gray;
	text-decoration:none;
}
.secundario:hover{
	text-decoration:underline;
}
.secundario h3{
	width:auto;
}
@media screen and (min-width: 1599px){
    .boton_lateral img{
        max-width: 163px;
    }
}
@media screen and (min-width: 1900px){
    .boton_lateral img{
        max-width: 197px;
    }
}
@media screen and (max-width: 1070px){
	.lateralcat{
		width:100%;
	}
	.lateralcat a {
		width: 33.33%;
    position: Relative;
    float: left;
	}
	.vaca{
		width:100%;
	}
}
@media screen and (max-width: 1040px){
    .navegacion{
        display: none;
    }
    .navegacion_responsive{
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }
    .describe{
        width: 100%;
    }
    .img_describe{
        width: 100%;
    }
    .lateral{
        width: 100%;
    }
    .boton_lateral{
        width: 33.3%;
    }
    #noticias{
        width: 100%;
    }
    .noticia_cuadro{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #ubicacion{
        width: 100%;
    }
    .redes{
        margin-bottom: 5px;
    }
    .redes i{
        width: 23px;
    }
	#wowslider-container1 .ws-title{
		display:none !important;
	}
}
@media screen and (max-width: 955px){
	.mitad{
		width:100%;
	}
}
@media screen and (max-width: 800px){
    .describe{
        width: 100%;
    }
    .img_describe{
        width: 100%;
        text-align: center;
    }
    .img_describe img{
        max-width: 100%;
    }
    .boton_lateral{
        width: 50%;
    }
    .noticia_cuadro{
        width: 50%;
    }
    .direcciones{
        margin-top: 30px;
    }
    #footer{
        padding-top: 30px;
    }
    .contenido_foot{
        width: 80%;
        margin-bottom: 15px;
    }
    .ubica{
        width: 80%;
    }
    .menufoot{
        width: 90%;
        left: 5%;
    }
    .menufoot a{
        width: 100%;
    }
    .boder_menufoot {
        border-right: none;
        padding-bottom: 2px;
    }
}
@media screen and (max-width: 667px){
	.four{
		position:relative;
		float:left;
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.panel{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 650px){
    .logo{
        width: 100%;
        text-align: center;
    }
    .acciones{
        width: 90%;
        left: 5%;
    }
    .idiomas{
        text-align: center;
    }
    .panel{
        text-align: center;
    }
    .buscador{
        text-align: center;
        margin-top: 10px;
    }
    .redes{
        text-align: center;
    }
    .direcciones{
        font-size: 14px;
    }
	.tblidioma {
		position: relative;
		float: none;
		margin:0 auto;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 480px){
    .img_describe img{
        max-width: 100%;
    }
    .noticia_cuadro{
        width: 100%;
		min-height: auto;
    }
    .direcciones{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .direct_mapa{
        width: 100%;
    }
    .tri_foot{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 415px){
    .panel a{
        width: 100%;
        position: relative;
        float: left;
    }
    #lis{
        border-right: none;
    }
}
@media screen and (max-width: 320px){
    .logo img{
        max-width: 240px;
    }
}