<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Modificado por: &lt;binfantesa&gt; */
/*  Fecha: &lt;12/10/2021&gt; */
/*  Descripcion: &lt;Se implementÃ³ registro de InformaciÃ³n de Vacuna Cov-2, LÃ­neas modificada: 91,95-98,308,3527,3877&gt; */
.container_beneficios {
  
  
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container_beneficios {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container_beneficios {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container_beneficios {
    width: 100%;
  }
}


/**************otros**************/
@media (max-width: 745px) {
	#nuestros_beneficios_principal_right{
		padding-left: 100px;
	}
	#nuestros_beneficios_right {
		padding-left: 50px;
		margin-left: 50px;
		width: 50%;
	}
	/*.nuestros_beneficios_right img{
		width: 240px;
		height: 180px;
		padding-bottom: 10px;
		padding-right: 10px;
	}*/
}

/************fin otros************/
/*****************campus*********/
@media (max-width: 780px) {
	.campus_botones{
		padding-left: 100px;
	}
	
}

/***************fin campus******/


/* CSS Document */
.secc_deporte,.secc_educacion, .secc_entretenimiento,.secc_salud{
	opacity:0;
}
@font-face {
    font-family: 'atentotouchregular';
    src: url('../fonts/atentotouch-webfont.eot');
    src: url('../fonts/atentotouch-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/atentotouch-webfont.txt') format('woff'),
         url('../fonts/atentotouch-webfont-1.txt') format('truetype'),
         url('../fonts/atentotouch-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
img, div, input { behavior: url("../js/iepngfix.htc") }
form{
	padding: 0px;
	margin: 0px;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;*/
}
.nada{
	display: none !important;
}
body,html{
	width: 100%;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	/*background: #fff url(../img/backclaro.png) repeat center;*/
	background: #fff url(../img/fondo_nuevo.png) repeat center;
	/*font-size: 14px;
	color: #666;*/
	color: #fff;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}
.datepicker{
	background-color: #fff;
	color: #000;
}
.cen{
	text-align:center;
}
a{
	text-decoration: none;
	outline: none;
}
img{	
	border: 0px;
	/*border:none !important;*/
}
figure{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}
p{
	margin:0px;
	padding:0px;
}
input{
	outline: none !important;
}
.limpia{
	display: block;
	clear:both;
	height: 0px;
}
#total{
	height: auto;
	background-color: #00558C;
}
header{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #B2B2B2;
	display: block;
	overflow: visible;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 12;
}
header nav a,header nav img{
	display: none;
}
.atento{
	margin: 27px 0px 19px 0px;
}
footer{
	width: 100%;
	height: 43px;
	display: block;
	overflow: visible;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index:10;
	background: url(../img/footer.jpg) repeat-x;
}
.pie{
	position:relative;
}
.limite{
	width: 980px;
	min-width: 980px !important;
	display: block;
	margin: auto;
	position: relative;
	height: auto;
	overflow: visible
}
.limite_c{
	width: 980px;
	min-width: 980px !important;
	display: block;
	margin: auto;
	position: relative;
	height: auto;
	overflow: visible
}
.nav_hide{
	display: none;
	height: 0px !important;
}
header nav{
	display: block;
	width: 210px;
	min-height: 50px;
	float: left;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}
header nav:hover{
	border: 0px;
}
header nav:hover .menu{
	background: #FF7900 url(../img/menu_hover.png) no-repeat 7px 7px;
	color: #fff;
	border-left: 1px solid #FF7900;
	border-right: 1px solid #FF7900;
}
.menu{
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	color: #293E6B;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/menu.png) no-repeat 7px 7px;
	cursor: pointer;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
header nav a{
	width: 210px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border-left: 1px solid #FF7900;
	border-right: 1px solid #FF7900;
	background: #FF7900;
	background-position: -50px 20px;
	transition: all ease .3s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-transform: uppercase;
}
.primero{
	border-left: 1px solid #01426A;
	border-right: 1px solid #01426A;
	background: #01426A;
}
.segundo{
	border-left: 1px solid #00B2A9;
	border-right: 1px solid #00B2A9;
	background: #00B2A9;
}
.tercero{
	border-left: 1px solid #00A3E0;
	border-right: 1px solid #00A3E0;
	background: #00A3E0;
}
.cuarto{
	border-left: 1px solid #B7BF10;
	border-right: 1px solid #B7BF10;
	background: #B7BF10;
}
.quinto{
	border-left: 1px solid #00B2A9;
	border-right: 1px solid #00B2A9;
	background: #00B2A9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
header nav a:hover{
	/*background: #FF983B url(../img/a_select.png) no-repeat 15px 20px;*/
	background: #FF983B url(../img/a_select.png) no-repeat 15px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
header nav a span{
	padding-left: 0px;
	transition: all ease .3s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}
header nav a:hover span{
	/*padding-left: 15px;*/
}
.logs{
	display: block;
	width: auto;
	/*padding-top: 17px;
	padding-right: 20px;
	padding-left: 50px;
	height: 35px;*/
	/*border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
	float: right;
	font-weight: bold;
	color: #293E6B;
	font-size: 14px;
	letter-spacing: .2px;
	/*background: url(../img/login.png) no-repeat 18px 19px !important;
	/*background: url(../img/login.png) no-repeat;
	background-position: 20px 15px;*/
}
.logs1{ /*modificado el 29/01/2018*/
	display: block;
	width: auto;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 50px;
	height: 50px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	float: right;
	font-weight: bold;
	color: #293E6B;
	font-size: 14px;
	letter-spacing: .2px;
	background: url(../img/login.png) no-repeat;
	background-position: 7px 7px;	
}
.logs1 a{
	color: #293E6B;
	font-size: 14px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}
.logs1 a:hover{
	color: #FF7900;
}
/*.logs1{
	display: block;
	width: auto;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;	
	float: right;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	letter-spacing: .2px;	
	
	border-left: 1px solid #01426A;
	border-right: 1px solid #01426A;
	background: #01426A;
	border-left: 1px solid #01426A;
	border-right: 1px solid #01426A;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.logs1 a{
	color: #fff;	
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}
.logs1 a:hover{
	color: #FF7900;
} */
header .logs nav{
	background:none;
}
.logs .menu{
	background:none;
}


/*
header .logs nav:hover{
	background: #FF7900 url(../img/login_hover.png) no-repeat 18px 19px !important;
}*/


/*******************/

header .logs nav .menulogs2{
	background: #FFFFFF url(../img/login.png) no-repeat 18px 19px;
}
header .logs nav:hover .menulogs2{
	/*background-image:none !important;**/
	background: #FF7900 url(../img/login_hover.png) no-repeat 18px 19px !important;
}

.logs2{
	display: block;	
	float: right;
}
header nav:hover .menulogs2{
	background: #FF7900 url(../img/login_hover.png) no-repeat 7px 7px;
	color: #fff;
	border-left: 1px solid #FF7900;
	border-right: 1px solid #FF7900;
}
.menulogs2{
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	color: #293E6B;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/login.png) no-repeat 7px 7px;
	cursor: pointer;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/*******************/

footer a{
	color: #595959;
	display: block;
	height: 43px;
	padding: 0px 20px;
	line-height: 43px;
	font-size: 13px;
	float: left;
}
.derechos{
	text-decoration:none;
	color: #595959;
}
.terminos{
	display: none;
}
footer .contacto, footer .privacy{
	color: #595959;
	display: block;
	height: 43px;
	padding: 0px 20px;
	line-height: 43px;
	font-size: 13px;
	float: right;
	border-left: 1px solid #171717;
	border-right: 1px solid #171717;
}
footer .privacy{ border-right:none;}
footer .privacy a{color: #595959;}
footer .privacy a:hover{ text-decoration:underline;}
.redes{
	display: inline-block;
	background: url(../img/redes.png) no-repeat ;
	height: 24px !important;
	width: 24px !important;
	padding: 0px;
	float: right;
	margin: 10px 5px 0px 21px;
}
.twitter{
	display: none !important;
}
.facebook{
	background-position: -25px 0px;
}
.youtube{
	display: none !important;
	background-position: -50px 0px;
}
/*----------CONTENIDO----------------*/
.clean{
	height: 41px;
}
h1{
	text-align: center;
	overflow: auto;
}
.data_cont{
	display: block;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	/*background: url(../img/ban.png) repeat-x;*/
	background: url(../img/fondo_nuevo.png) no-repeat center;
	overflow: hidden;
	min-width: 980px;
	min-height: 600px;
	opacity: 0.9;
}
.data_perfil{
	height: 150px;
	display: block;
	position: relative;
	overflow: auto;
}
.data{
	height: 246px;
	display: block;
	position: relative;
	overflow: auto;
}
.data aside{
	color: #41E4DA;
	position: absolute;
	top: 2px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}
.data .ingresar a{
	color: #eee;
	font-size: 10px;
	margin: 0px 8px;
}
.data aside a{
	color: #eee;
	font-size: 10px;
	margin: 0px 8px;
}
.data aside a:hover,.miga a:hover{
	text-decoration: none;
	border-bottom: 0px solid #41e4da;
}
.data aside span{
	font-size: 10px;
	color:#71B3D8;
}
.act{
	color: #41E4DA !important;
	text-decoration:none;
	border-bottom:1px solid #41E4DA;
}
.data figure{
	width: 166px;
	height: 166px;
	display: block;
	-webkit-border-radius: 83px;
	-moz-border-radius: 83px;
	border-radius: 83px;
	border: 5px solid #FF7900;
	overflow: hidden;
	line-height: 166px;
	position: relative;
	top: 40px;
	left: 40px;
	behavior: url(js/PIE.htc) !important;
}
.data figure img{
	position: relative;
	width: 160px;
	height: 160px;
	display: block;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	margin: 3px auto;
	
}
.editarimg{
	background: url(../img/edit_img.png) no-repeat;
	height: 36px;
	width: 36px;
	display: block;
	position: absolute;
	top: 172px;
	left: 172px;
}
.detect_img span{
	position: relative;
	width: 160px;
	height: 160px;
	display: block;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	margin: 3px auto;
	
	background: url(../img/bg_noimg.png) repeat;
	color: #fff;
	text-align: center;
}
.subir_h{
	display:none;
}
.c_name{
	position: absolute;
	top: 78px;
	left: 10px;
}
.c_name .name{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FF7900;
	line-height: 32px;
}
.ciudad{
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}
.ciudad img{
	vertical-align: middle;
}
.linea{
	width: 327px;
	height: 8px;
	display: block;
	background: url(../img/linea.png) no-repeat;
	position: absolute;
	top: 190px;
	left: 10px;
}
.info{
	position: absolute;
	right: 20px;
	top: 40px;
	min-width:280px;	
}
.info span{
	display: block;
	font-size: 15px;
	color: #fff;
	margin-bottom: 3px;
	line-height: 24px;
	font-family: Tahoma, Geneva, sans-serif;
}
.info span img{
	vertical-align: middle;
}
.info h2{
	font-size: 14px;
	color: #FF7900;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px 0px 4px 0px;
}
.info a{
	display: inline-block;
	background: #00A599;
	color: #fff;
	font-weight: bold;
	padding: 4px 9px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	
	position:relative;
}
.info a:hover{
	background-color:#00978B;
}
.info a:active{
	background-color:#00887D;
}
.mispost{
	background: url(../img/mispostulaciones.png) no-repeat center;
	height: 227px;
}
.mispost p{
	color: #666;
	text-align: center;
	width: 400px;
	padding-top: 160px;
	margin: auto;
	font-size: 14px;
}
.recuerda{
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	background: #181818;
	color: #fff;
}
.recuerda p{
	height: 58px;
	display: block;
	line-height: 58px;
	font-size: 14px;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}
.recuerda p a{
	float: right;
	background: url(../img/mas.jpg) no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	top: 15px;
	right: 0px;
}
.recuerda p strong{
	font-weight: normal;
}
/*.c_postulaciones{
	padding-top: 20px;
	overflow: auto;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	min-width: 980px;
	display: block;
	background: url(../img/c_postback.png) repeat;
}*/
.c_postulaciones{
	border-top: 1px solid #eaeaea;
	min-width: 400px;
	display: block;
	/*background: url(../img/c_postback.png) repeat;*/
}
.vacio{
	overflow: auto;
	min-width: 980px;
	display: block;
}
.vacio p{
	color: #666;
	text-align: center;
	width: 700px;
	margin: 30px auto 0px auto;
	font-size: 14px;
}
.vacio a{
	background: url(../img/op_lab.jpg) repeat-x;
	height: 45px;
	width: 340px;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 40px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 2px 2px #0689BB;
}
.vacio_perfil{
	width:auto;
	overflow: auto;	
	display: block;
}
.vacio_perfil p{
	width:auto;
	color: #666;
	text-align: center;	
	margin: 30px auto 0px auto;
	font-size: 14px;
}
.vacio_perfil a{
	background: #00B2A9;
	height: 45px;
	width:auto;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 40px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 2px 2px #0689BB;
}
#divperfil_left a{
	background: #00B2A9;
	height: 45px;
	width: auto;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;	
	font-weight: bold;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 1px 2px 2px #0689BB;
	font-size: 13px;
	padding: 10px 0px 10px 10px;
}	

/*.vacio_perfil a{
	background: url(../img/op_lab.jpg) repeat-x;
	height: 45px;
	width:auto;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 40px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 2px 2px #0689BB;
}*/
.respiro{
	height: 40px;
	display: block;
}
.contenedor{
	position: relative;
	width: 100%;
	height: auto;
}
.ate{
	display: block;
	position: absolute;
	background: url(../img/back_ya.png) repeat;
	width: 100%;
	min-width: 980px;
	height: 100%;
	top: 0px;
	left: 0px;

	text-align: center;
	overflow: auto;
}
.ate h2{
	font-family: 'atentotouchregular';
	font-size: 22px;
	color: #FF7900;
	font-weight: normal;
	padding: 60px 0px 30px 0px;
}
.ate p{
	color: #fff;
	text-align: center;
	width: 500px;
	margin: auto;
	line-height: 21px;
	font-weight: bold;
}
.ate .aqui{
	background: url(../img/aqui_f.png);
	width: 235px;
	height: 58px;
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
}
.ate .aqui a{
	width: 29px;
	height: 3px;
	display: block;
	position: absolute;
	top: 21px;
	right: 0px;
}
/*------------MI CUENTA----------*/
.micuenta{
}
.micuenta .numeros{
    color: #666;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 22px;
    margin: 24px auto 26px;
    text-align: center;
    width: auto;
}
.micuenta .numeros a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #C8C8C8;
	font-size: 14px;
	width: 20px;
	text-align: center;
	color: #5A5A5A;
	outline: none;
}
.num_final{
	border-right: 0px !important;
}
.micuenta .numeros a.select, .micuenta .numeros a:hover{
	color: #FF7900;
}
.micuenta .imagen{
	width: 280px;
	min-height: 200px;
	float: left;
	padding-top:4px;
}
.micuenta .imagen img{
	display: block;
	width: 120px;
	height: 120px;
	background: #069;
	float: right;
}
.micuenta .estado_i{
	display: block;
	min-width: 160px;
	float: left;
	height: auto;
	color: #5A5A5A;
	font-size: 14px;
	padding-left: 28px;
	max-width: 640px;
}
.micuenta .estado_i h2{
	font-family: Tahoma, Geneva, sans-serif;
	color: #293E6A;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.micuenta .estado span{
}
.e_postulacion{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 15px 0px;
	padding: 14px 0px 20px 0px;
	width: 636px;
	overflow: auto;
}
.progreso{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 360px;
	background: #FF7900;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 10px;
	overflow: visible;
	position: relative;
}
.progreso span{
	width: 180px;
	float: left;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #FFA758;
}
.estado_color{
	color: #fff !important;
}
.pr_aqui{
	display: block;
	background: url(../img/pr_aqui.png) no-repeat;
	width: 33px;
	height: 12px;
	position: absolute;
	top: 40px;
	left: 70px;
}
.cm{
	font-size: 14px !important;
}
.caja{
	display: block;
	height: auto;
	width: 590px;
	background: #fff url(../img/bg_caja.jpg) repeat-y;
	margin-top: 15px;
	margin-bottom: 49px;
	overflow: hidden;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	border-bottom: 2px solid #DBDBDB;
}
.caja .c_img{
	background: #F2F2F2 url(../img/estados.jpg) no-repeat;
	width: 67px;
	display: block;
	border-right: 1px solid #DBDBDB;
	float: left;
}
.evaluando .c_img{
	height: 58px;
}
.win .c_img{
	height: 200px;
	background-position: 0px -156px !important;
}
.entrevista .c_img{
	height: 280px;
	background-position: -67px center !important;
}
.evaluando p,.win p{
	height: 58px;
	line-height: 58px;
	padding-left: 20px;
	float: left;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
}
.win p strong{
	font-size: 16px;
	color: #293E6A;
}
.entrevista .e_block{
	float: left;
	padding-top: 13px;
	padding-left: 20px;
}
/*.entrevista .e_block div{
	float: left;
	display: block;
	padding-left: 20px;
	width: 204px;
	height: auto;
	overflow: auto;
}
.entrevista .e_block div:nth-child(1){
	border-right: 1px solid #EDEDED;
	height: auto;
	overflow: auto;
}
.entrevista .e_block div span{
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	margin-bottom: 2px;
}
.entrevista .e_block div span strong{
	color: #293E6A;
}*/

.check{
	background: url(../img/check.png) no-repeat;
	width: 27px;
	height: 20px;
	display: block;
	position: absolute;
	right: -36px;
	top: 7px;
}
.oportunidades_detalle{
	/*height: 614px;*/
}
.oportunidades_detalle .g_flechas{
	height: 624px !important;
	width: 800px;
	margin: auto;
	position: relative;
}
.bg_oportunidades_detalle{
	background: url(../img/back_2.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 810px;
	min-height: 540px;
}
.bg_oportunidades_detalle .data_cont{
	height: auto;
}
.bg_oportunidades_detalle .limite{
	height: auto !important;
	overflow: hidden;	
}

.bg_razones{
	/*background: url(../img/back_2.jpg) no-repeat center;*/
	width: 100%;
	height: 100%;
	min-height: 650px;
	min-width: 810px;
	background-color: #00558C;

	/*background-color: #01426A;*/

}
/*-----------------     Razones        ----------------------*/
.linearazones{
	width: 100%;
	height: 0px;
	display: block;
	border-bottom: 1px solid #023A5E;
	border-top: 1px solid #1B5C84;
}
.razones{
	padding-top: 0px;
	background: url(../img/fondo_inicio.png) no-repeat center top;
	width: 100%;
    height: auto;    
    top: 0;
    left: 0;
	
}
.razones .miga{
	color: #41E4DA;
	position: absolute;
	top: 3px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}
.miga span{
	color: #71B3D8;
}
.razones .miga a{
	color: #eee;
	font-size: 10px;
}
.descubre{
	margin-top: 0px;
	background: url(../img/foto_inicio3.png) no-repeat center top;
	height: 540px;
	/*background: url(../img/diezrazones/descubre.png) no-repeat center top;
	height: 600px;
	*/
}
.descubre p{
	color: #fff;
	text-align: center;
	font-size: 17px;
	position: absolute;
	width: 100%;
	top: 340px;
	letter-spacing: .2px;
}
.descubre .bt{
	display: block;
	background: #fff url(../img/diezrazones/bg_click_aqui.png) no-repeat;
	width: 255px;
	height: 157px;
	overflow: hidden;
	outline: none !important;
	position: absolute;
	left: 50%;
	top: 287px;
	margin-left: -12px;
	/*top: 485px;
	margin-left: -10px;*/
}
.descubre .bt a{
	background: #fff url(../img/diezrazones/bg_click_aqui.png) no-repeat;
	height: 255px;
	width: 157px;
	display: block;
	overflow: hidden;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
/*.descubre .bt a:hover{
	background-position: 0px -62px;
}
.descubre .bt a:active{
	background-position: 0px -124px;
}*/
.descubre a.ver{
	width: 190px;
	height: 20px;
	outline: none !important;
	position: absolute;
	top: 587px;
	left: 50%;
	margin-left: -95px;
	text-align: center;
	color: #5CADDE;
	text-decoration: underline;
	font-size: 13px;
}
.descubre a.ver:hover{
	text-decoration: none;
}
/*Razon global*/
.content_rg{
	position: relative;
	height:auto;
}
.razon_global{
	height:auto;
	position: absolute;
	width: 100%;
	top: 28px;
	left: 0px;
	background: #06F;
	display:none;
}
.razon_global .bloque{
	width: 460px;
	overflow: visible;
	display:block;
	padding-top:116px;
	padding-left:445px;
}
.r_line{
	display: block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #215E82;
	margin: 20px 0px;
}
.razon_global p{
	color: #fff;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	line-height: 21px;
}
.c_input{
	display: inline-block;
	float: left;
	height: 40px;
	margin-right: 16px;
	overflow: visible;
	background: #F3F3F3;
	border: 1px solid #002F53;
	width: 192px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	-moz-boder-radius: 4px;
	-webkit-border-radius: 4px;
	
	position: relative;
	padding: 0px 14px;
}
.c_input.fix{
	margin-right:0px;
}
.razon_global input[type=text], .razon_global input[type=password]{
	background: #F3F3F3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border: 0px;
	width: 170px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.i_act{
	border: 1px solid #FF891E;
}
.biginput, .biginput input{
	width: 430px !important;
}
.t_campo{
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
}
.nomr{
	margin-right: 0px !important;
}
.blockinput{
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
.error{
	border: 1px solid #D52B1E !important;
}
.error span{
	display: none;
	position: absolute;
	background: url(../img/diezrazones/error.png) no-repeat;
	width: 37px;
	height: 28px;
	right: -15px;
	top: 6px;
}
.no_border .error{
	border: 0px !important;
}
.bg_a{
	width: 190px;
	height: 45px;
	display: inline-block;
	float: left;
	margin-right: 19px;
}
.bt_plomo{
	background: url(../img/bg_botones.png) repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #888;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	
	position:relative !important;
}
.bt_plomo:hover{
	background-position: 0px -45px;
}
.bt_plomo:active{
	background-position: 0px -90px;
}

.bt_plomo_oportunidades{
	background: url(../img/bg_botones.png) repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #888;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 5px;
	padding-right: 5px;
	position:relative !important;
}
.bt_plomo_oportunidades:hover{
	background-position: 0px -45px;
}
.bt_plomo_oportunidades:active{
	background-position: 0px -90px;
}
.bt_azul_oportunidades{
	background: url(../img/bg_botones.png) repeat-x;
	background-position: 0px -135px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;

	position:relative !important;
}
.bt_azul_oportunidades:hover{
	background-position: 0px -180px;
}
.bt_azul_oportunidades:active{
	background-position: 0px -225px;
}
.bt_azul3{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;	
	position:relative !important;
}
.bt_azul2{
	background-color: #01426A;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-color: #01426A;
	/*width: 100px;*/
}

.bt_azul{
	background: url(../img/bg_botones.png) repeat-x;
	background-position: 0px -135px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;	
	position:relative !important;
}
.bt_azul:hover{
	background-position: 0px -180px;
}
.bt_azul:active{
	background-position: 0px -225px;
}
.bt_face{
	background: url(../img/bg_botones_fb.png) repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 50px;
	
	text-shadow: 1px 1px 1px #2D457D;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
}
.bt_face:hover{
	background-position: 0px -45px;
}
.bt_face:active{
	background-position: 0px -90px;
}
.paginador{
	display: block;
	height: auto;
	width: 13px;
	position: absolute;
	right: 0px;
	top: 230px;
}
.paginador span{
	background: url(../img/diezrazones/paginador.png) no-repeat;
	width: 13px;
	height: 13px;
	display: block;
	margin-bottom: 14px;
}
.paginador span.p_activo{
	background-position: 0px -13px;
}
.paginador span.p_listo{
	background-position: 0px -26px;
}
.c_bt{
	height: 52px;
	display: block;
}
.llena{
	padding-top: 10px;
	display: none;
	color: #FF4133 !important;
	font-size:12px;
}
/*Razon Titulo*/
.razon_titulo{
	background: url(../img/diezrazones/razones.png) no-repeat;
	width: 163px;
	height: 73px;
	display: block;
	position:absolute;
	left: 50%;
	margin-left: -82px;
	top: 0px;
}
/*Razon Uno*/
.rt_uno{
	background-position: -163px 0px;
}
.razon_uno{
	background: url(../img/diezrazones/bg_uno.png) no-repeat;
	background-position: 122px 138px;
	height:610px;
}
.razon_uno .bloque{
	top: 116px !important;
}
/*Razon Dos*/
.rt_dos{
	background-position: -163px 0px;
}
.razon_dos{
	background: url(../img/diezrazones/bg_dos.png) no-repeat;
	height:530px;
	background-position: 40px 104px;
}
.razon_dos .bloque{
	top: 116px;
}
/*Razon Tres*/
.rt_tres{
	background-position: -326px 0px;
}
.razon_tres{
	background: url(../img/diezrazones/bg_tres.png) no-repeat;
	background-position: 31px 137px;
	height:600px;
}
.razon_tres .bloque{
	top: 116px;
}
.razon_tres .slc, .slc{
	width: auto;
	padding: 0px;
	background: none;
	border: none;
	position: relative;
}
/*Razon Cuatro*/
.rt_cuatro{
	background-position: -489px 0px;
}
.razon_cuatro{
	background: url(../img/diezrazones/bg_cuatro.png) no-repeat;
	background-position: 25px 80px;
}
.razon_cuatro .bloque{
	top: 116px;
}
.c_input select{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 90px;
	min-height: 38px;
	opacity: 0;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	/* IE 5-7 */
  	filter: alpha(opacity=0);
	/* Netscape */
 	 -moz-opacity: 0;
	/* Safari 1.x */
  	-khtml-opacity: 0;
}
.c_select{
	display: block;
	background: #FFF url(../img/diezrazones/select.png) no-repeat;
	height: 38px;
	padding: 0px 15px;
	border: 1px solid #002F53;
	line-height: 38px;
	border-radius: 4px;
	-moz-boder-radius: 4px;
	-webkit-border-radius: 4px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	width: 58px;
	background-position: 65px 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position:relative;
}
.mes{
	width: 80px;
	background-position: 87px 15px;
}
#mes{
	width: 112px !important;
}
.departamento{
	padding-right:20px;
	background-position: 115px 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	width:103px;
}/*
.ciudad{
	width:100px
}*/
#departamento{
	width: 133px !important;
}
.bigdni{
	width: 297px;
}
#dni{
	width: 278px !important;
}
.razon_cuatro .slc{
	width: auto;
	padding: 0px;
	background: none;
	border: none;
	position: relative;
}
/*Razon Cinco*/
.rt_cinco{
	background-position: -652px 0px;
}
.razon_cinco{
	background: url(../img/diezrazones/bg_cinco.png) no-repeat;
	background-position: 36px 155px;
}
.razon_cinco .bloque{
	top: 116px;
}
.slide_estudios{
	background: url(../img/diezrazones/vacio.png);
	width: 464px;
	height: 25px;
	display: block;
	position: relative;
}
.bg_slide_opc .slide_indicador{
	position: absolute;
	z-index: 2;
	cursor: default;	
	background: url(../img/slide_indicador.png) no-repeat;
	width: 37px;
	height: 40px;
	top: 3px !important;
	outline: none !important;
	/*display: block;	
	bottom: -18px;
	left: 80px;*/
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;	
	cursor: default;
	background: url(../img/diezrazones/indicador.png);
	width: 37px;
	height: 40px;
	top: -3px !important;
	outline: none !important;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	background: url(../img/diezrazones/vacio.png) no-repeat;
	height: 28px;
	top: 8px;
	width: 800px;
	/*width: 465px;*/
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -10px;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	background: url(../img/diezrazones/lleno.png) no-repeat;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.bg_slide_opc{
	display: block;
	background: url(../img/diezrazones/bg_slide_opc.png) no-repeat;
	width: 453px;
	height: 34px;
	position: relative;
	margin: 5px 0px 25px 0px;
}
.bg_slide_opc a{
	display: inline-block;
	color: #043D5C;
	background: url(../img/diezrazones/slide_opc.png) no-repeat;
	height: 17px;
	line-height: 14px;
	padding-left: 23px;
	font-size: 14px;
	float: left;
	margin: 10px 80px;
}
.nivel:hover, .nivel.activo{
	background-position: 0px -34px !important;
	color: #fff;
}
.estado{
	background-position: 0px -17px !important;
}
.estado:hover, .estado.activo{
	background-position: 0px -51px !important;
	color: #fff;
}
.slide_datos{
	position: relative;
	height: 30px;
	display: block;
}
.slide_datos strong{
	color: #CCC;
	font-weight: normal;
	font-size: 12px;
}
.slide_datos .cero{
	position: absolute;
	top: 25px;	
}
.slide_datos .uno{
	position: absolute;
	top: 25px;
	left: 235px; 
}
.slide_datos .dos{
	position: absolute;
	top: 25px;
	left: 490px; 
}
.slide_datos .tres{
	position: absolute;
	top: 25px;
	right: 0px; 
}
.slide_datos .activo{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.content_slides{
	display: block;
	position: relative;
	height: 75px;
	width: 800px;
	/*width: 467px;*/
	padding-left:0px;
}
.no_b{
	font-weight: 100 !important;
	font-size: 13px;
}
/*-------------------check-------------*/
.miscampos{
	position: relative;
	height:33px;
	width: 400px;
	overflow:visible;
}
.cuadrocheck{
	display: block;
	background: url(../img/diezrazones/check.png) no-repeat;
	width: 33px;
	height: 27px;
	position: relative;
	overflow: hidden;
	outline: none;
	cursor:pointer;
}
.cuadrocheck_pos{
	background-position: 0px -27px !important;
}
.cuadrocheck input[type=radio]{
	outline: none;
	opacity: 0;
	display: block;
	width: 33px;
	height: 27px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
 	 -moz-opacity: 0;
  	-khtml-opacity: 0;
	cursor: pointer;
}
.content_check{
	float: left;
	padding-right: 5px;
	display: block;
	width: 80px;
	height: 30px;
}
.content_check div, .content_check span{
	float: left;
	display:inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	cursor:pointer;
}/*
.content_check span{
	padding-left: 5px;
}*/
.ziczac{
	background: url(../img/diezrazones/ziczac.png) no-repeat;
	height: 9px;
	width: 459px;
	display: block;
	margin-bottom: 15px;
}
.opc_exp{
	background: url(../img/diezrazones/tooltip_check.png);
	display: none;
	width: 425px;
	height: 74px;
	padding: 70px 0px 0px 40px;
	position: absolute;
	top: -60px;
	left: 25px;
}
.inputselect div{
	color: #fff;
	display: inline-block;
	float: left;
	margin-right: 9px;
	line-height: 30px;
	padding: 0px 20px;
	width: auto;
	min-width:90px;
	text-align:center;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	cursor: pointer;
	background: #00A599;
	-webkit-box-shadow: 1px 1px 2px 0px #444;
	box-shadow: 1px 1px 2px 0px #444;
	
	position:relative;
	overflow: hidden;
}
.inputselect div.activo, .inputselect div:hover{	
	background: #CF0072;
	-webkit-box-shadow:inset 1px 1px 0px 10px #000;			
	box-shadow:inset 1px 1px 3px 0px #000;
	
	position:relative;
}
.i_cinco div{
	min-width:60px;
	text-align:center;
}
/*Razon 6*/
.rt_seis{
	background-position: -815px 0px;
}
.razon_seis{
	background: url(../img/diezrazones/bg_seis.png) no-repeat;
	background-position: 124px 115px;
}
.razon_seis .bloque{
	top: 116px;
}
.razon_seis .inputselect div{
	-webkit-box-shadow: 1px 1px 2px 0px #111;
	box-shadow: 1px 1px 2px 0px #111;
}
.razon_seis .inputselect div.activo{	
	background: #CF0072;
	-webkit-box-shadow:inset 1px 1px 0px 10px #000;			
	box-shadow:inset 1px 1px 3px 0px #000;
}
.i_seis{
	position: relative;
	z-index: 1;
}
.times{
	background: url(../img/diezrazones/fullypart.png) no-repeat;
	width: 111px;
	height: 59px;
	display: none;
	position: absolute;
	z-index: 20;
}
.full{
	top: -60px;
	left: 25px;
	opacity:0;
}
.part{
	background-position:0px -59px;
	left: 190px;
	top: -60px;
	opacity:0;
}
.i_seishora span{
	float: left;
}
.inputselect div span{
	background: url(../img/diezrazones/inputselect.png) no-repeat;
	display: block;
	width: 19px;
	height: 18px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	display: none;
}
.i_seishora strong, .content_seishora div{
	display: block;
	font-weight: normal;
	margin: 3px 0px;
}
.i_seishora strong{
	padding-left: 15px;
	width: 100px;
	height: 14px;
	font-size: 10px;
	color: #FF7900;
}
/*Razon Siete*/
.rt_siete{
	background-position: -978px 0px;
}
.razon_siete{
	background: url(../img/diezrazones/bg_siete.png) no-repeat;
	background-position: 20px 0px;
}
.r_verfotos{
	text-decoration: underline;
	color: #01A2D7;
}
.razon_siete .bloque{
	top: 116px;
}
.checksiete .content_check{
	width: 120px;
	margin: 7px 0px;
	font-size: 14px !important;
}
/*Razon Ocho*/
.rt_ocho{
	background-position: -1141px 0px;
}
.razon_ocho{
	background: url(../img/diezrazones/bg_ocho.png) no-repeat;
	height:500px;
	background-position: 120px 0px;
}
.razon_ocho .bloque{
	top: 116px;
}
.checkocho .content_check{
	width: auto;
	padding-right: 20px;
	margin: 7px 0px;
	font-size: 14px !important;
}
.ic_a{
	width:80px !important;
}
.ic_b{
	width:105px !important;
}
.ic_c{
	width:80px !important;
}
.ic_d{
	width:100px !important;
}
.ic_e{
	width:140px !important;
}
.ic_f{
	width:125px !important;
}
.ic_g{
	width:130px !important;
}
/*Razon Nueve*/
.rt_nueve{
	background-position: -1304px 0px;
}
.razon_nueve{
	background: url(../img/diezrazones/bg_nueve.png) no-repeat;
	background-position: 60px 110px;
}
.razon_nueve .bloque{
	top: 116px;
}
.razon_nueve .i_nueve div,.i_nueve div{
	margin: 9px 12px 9px 0px;
	-webkit-box-shadow: 1px 1px 2px 0px #111;
	box-shadow: 1px 1px 2px 0px #111;
	display: inline;
}
.razon_nueve .i_nueve &gt; span{
	display:block;
	float:left;
}
.razon_nueve .i_nueve &gt; span:first-child + span{
	width:200px
}
.razon_nueve .i_nueve &gt; span:first-child + span &gt; div{
	width:150px
}
.razon_nueve .i_nueve &gt; span:first-child + span + span + span{
	width:230px
}
.razon_nueve .i_nueve &gt; span:first-child + span + span + span &gt; div{
	width:180px
}
.razon_nueve .i_nueve div.activo{	
	background: #CF0072;
	-webkit-box-shadow:inset 1px 1px 0px 10px #000;			
	box-shadow:inset 1px 1px 3px 0px #000;
}
/*Razon Diez*/
.rt_diez{
	background-position: -1467px 0px;
}
.razon_diez{
	background: url(../img/diezrazones/bg_diez.png) no-repeat;
	background-position: 10px 170px;
}
.razon_diez .bloque{
	top: 116px;
}
.sumate{
	display: block;
	background: url(../img/diezrazones/sumate_face.png) no-repeat;
	width: 303px;
	height: 49px;
	outline: none !important;
	margin: 22px 0px;
}
.sface{
	background-position: 0px 0px;
}
.sface:hover{
	background-position: 0px -98px !important;
}
.sface:active{
	background-position: 0px -49px !important;
}
.s_linea{
	width: 100%;
	height: 0px;
	border-top: 1px solid #002F4D;
	border-bottom: 1px solid #326687;
	margin: 15px 0px;
}
/*--------------------------------------------------------------------- CAMPUS -------*/
.iconocampus{	
	left: 0px;
	padding-left: 70px;
	height: 0px;	
	background: url(../img/icono_campus.png) no-repeat;	
	
}
.bt_azul_campus a{		
	color: #fff;
}

.bt_azul_campus{
	background: url(../img/bg_botones.png) repeat-x;
	background-position: 0px -135px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 50px;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: left;
	line-height: 25px;
	color: #fff;	
	font-size: 25px;
	position:relative !important;
	/*padding: 10px 60px 10px 80px;*/
	padding: 5px 50px 15px 10px;	
	width: 360px;	
	margin-bottom: 30px;
}
.bt_azul_campus:hover{
	background-position: 0px -180px;
}
.bt_azul_campus:active{
	background-position: 0px -225px;
}
.nuestros_beneficios h3{
	
	color: #fff;
	/*font-weight: bold;*/
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

.nuestros_beneficios_verde h3{	
	color: #B7BF10;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

.nuestros_beneficios_atento{
	background: url(../img/cabecera_nb_atento_origen.png) no-repeat;
	/*width: 196px;height: 65px;*/
	width: 119px;
	height: 93px;
	position: relative;
	/*left: -77px;*/
	
}

.nuestros_beneficios_educacion h3{
	
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

.nuestros_beneficios_excelencia{
	background: url(../img/cabecera_nb_excelencia_origen.png) no-repeat;
	/*width: 196px;height: 65px;*/
	width: 291px;
	height: 97px;
	position: relative;
	/*left: -77px;*/
	
}

.nuestros_beneficios_excelencia h3{
	
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}


.nuestros_beneficios_educacion{
	background: url(../img/cabecera_nb_educacion_origen.png) no-repeat;
	/*width: 196px;height: 65px;*/
	width: 291px;
	height: 97px;
	position: relative;
	left: -77px;
	
}

.nuestros_beneficios_pm h3{
	
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

.nuestros_beneficios_pm{
	background: url(../img/cabecera_nb_pm_origen.png) no-repeat;
	/*width: 196px;height: 65px;*/
	width: 291px;
	height: 97px;
	position: relative;
	left: -77px;
	
}

.nuestros_beneficios_esfuerzo h3{
	
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

.nuestros_beneficios_esfuerzo{
	background: url(../img/cabecera_nb_esfuerzo_origen.png) no-repeat;
	/*width: 196px;height: 65px;*/
	width: 291px;
	height: 97px;
	position: relative;
	left: -77px;
	
}


.texto_nuestros_beneficios_atento, .texto_nuestros_beneficios_pm, .texto_nuestros_beneficios_esfuerzo{
	color: #00BBEA;
	text-shadow: 1px 1px 1px #00BBEA;
	text-align: center;
	padding-left: 0px;
	font-weight: normal;
	font-size: 18px;
	
}

.texto_nuestros_beneficios_excelencia{
	color: #00BBEA;
	text-shadow: 1px 1px 1px #00BBEA;
	text-align: right;
	padding-right: 30px;
	font-weight: normal;
	font-size: 28px;
	

}

.texto_nuestros_beneficios_aliados{
	color: #00BBEA;
	text-shadow: 1px 1px 1px #00BBEA;
	text-align: left;
	padding-right: 30px;
	font-weight: normal;
	font-size: 28px;
	

}


/*{
	color: #01426A;
	text-shadow: 1px 1px 1px #008CC1;
	text-align: left;
	padding-left: 0px;
	font-weight: normal;
	font-size: 22px;
	
}*/

.nuestros_beneficios_verde h3{
	
	color: #B7BF10;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 0px;

}

#nuestros_beneficios_left{
	padding: 37px 0px 0px 50px;
	width: 100%;
	text-align: center;
}

#nuestros_campus_left{
	padding: 0px 0px 0px 50px;
	width: 100%;
	text-align: center;
}

#nuestros_beneficios_right1{
	padding: 0px 0px 0px 0px;
	min-height: 490px;
	width: 100%;
}

/*#nuestros_beneficios_right{
	background: #fff;
	border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-moz-border-top-left-radius: 100px;
	border-bottom-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-bottom-left-radius: 100px;
	padding: 0px 0px 0px 30px;
	min-height: 490px;
	width: 100%;
}
*/
@media (min-width: 745px) {
	#nuestros_beneficios_right{
		background: #fff;
		border-top-left-radius: 50px;
		-webkit-border-top-right-radius: 50px;
		-moz-border-top-right-radius: 100px;
		-webkit-border-top-left-radius: 50px;
		-moz-border-top-left-radius: 100px;
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
		-webkit-border-bottom-left-radius: 50px;
		-moz-border-bottom-left-radius: 100px;
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-bottom-right-radius: 100px;
		padding: 0px 0px 0px 30px;
		min-height: 390px;
		width: 90%;
	}

	#nuestros_beneficios_excelencia_right{
		background: #fff;
		border-top-left-radius: 50px;
		-webkit-border-top-right-radius: 50px;
		-moz-border-top-right-radius: 100px;
		-webkit-border-top-left-radius: 50px;
		-moz-border-top-left-radius: 100px;
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
		-webkit-border-bottom-left-radius: 50px;
		-moz-border-bottom-left-radius: 100px;
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-bottom-right-radius: 100px;
		padding: 0px 0px 0px 30px;
		min-height: 390px;
		width: 80%;
	}

	
}
@media (max-width: 745px) {
	#nuestros_beneficios_right{
		padding-left: 100px;
		background: #fff;
		border-top-left-radius: 50px;
		-webkit-border-top-right-radius: 50px;
		-moz-border-top-right-radius: 100px;
		-webkit-border-top-left-radius: 50px;
		-moz-border-top-left-radius: 100px;
		border-bottom-left-radius: 50px;
		-webkit-border-bottom-left-radius: 50px;
		-moz-border-bottom-left-radius: 100px;
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-bottom-right-radius: 100px;
		padding: 0px 0px 0px 140px;
		min-height: 390px;
		/*width: 80%;*/
	}

	#nuestros_beneficios_excelencia_right {

	    background: #fff;
	    border-top-left-radius: 50px;
	    -webkit-border-top-right-radius: 50px;
	    -moz-border-top-right-radius: 100px;
	    -webkit-border-top-left-radius: 50px;
	    -moz-border-top-left-radius: 100px;
	    border-bottom-left-radius: 50px;
	    border-bottom-right-radius: 50px;
	    -webkit-border-bottom-left-radius: 50px;
	    -moz-border-bottom-left-radius: 100px;
	    -webkit-border-bottom-right-radius: 50px;
	    -moz-border-bottom-right-radius: 100px;
	    padding: 0px 0px 0px 30px;
	    padding-top: 0px;
	    min-height: 470px;
	    width: 100%;

	}
}

@media (max-width: 665px) {
	

	#nuestros_beneficios_excelencia_right img{
	    
	    width: 50%;

	}
}




.campus_ubicanos h3{
	
	color: #00B2A9;
	font-weight: bold;
	font-size: 36px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 100px;
	text-align: left;

}
.campus_ubicanos h1{

	color: #fff;	
	font-size: 17px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px 0px 7px 100px;
	text-align: left;
}
.campus{
	height: 176px !important;
}
.c_tcampus{
	padding-top: 6px;
}
.c_tcampusot img{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 65px;
}
.campus h1{
	font-family: 'atentotouchregular';
	font-size: 55px;
	color: #FF7900;
	font-weight: normal;
	padding: 26px 0px 4px 0px;
}
.campus p{
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .1px;
}
.sedes{
	height: 485px;
	background: url(../img/campus/selecciona.png) no-repeat center;
	position: relative;
	z-index: 10;
}
.selecciona_campus{
	background: url(../img/campus/selecc_title.png) no-repeat;
	width: 323px;
	height: 60px;
	display: block;
	position: absolute;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 15px;
	top: 40px;
	left: 50%;
	margin-left: -160px;
}
.sedes a.icon_big{
	display: block;
	width: 121px;
	height: 136px;
	position: absolute;
	/*background: url(../img/campus/icono.png) no-repeat;*/
	cursor: pointer;
}
.sedes a.icon_big img{
	display: block;
	width: 121px;
	height: 136px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sedes a.icon_big img.i_hover{
	display: none;
}
a.s_callao{
	top: 150px;
	left: 260px;
}
a.s_central{
	top: 150px;
	right: 255px;
}
.tip{
	background: url(../img/campus/tooltip.png) no-repeat bottom;
	width: 171px;
	height: 130px;
	position: absolute;
	bottom: -125px;
	left: 50%;
	margin-left: -93px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	/* IE 5-7 */
  	filter: alpha(opacity=0);
	/* Netscape */
 	 -moz-opacity: 0;
	/* Safari 1.x */
  	-khtml-opacity: 0;
}
.tip h2{
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 67px;
}
.t_sedes{
	color: #ff7900;
    font-size: 40px !important;
    margin: 0 auto;
    opacity: 1 !important;
    padding-top: 38px;
    text-align: center;
}
.c_evaluando{
	display:none;
}
.campus-callao,.campus-ate{
	display:none;
}
.t_sedes img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}
.otras_sedes{
	display:none;
	width: 180px !important;
	height: 40px !important;
	background: url(../img/footer.jpg) repeat-x;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -60px;
	color: #F60;
	text-align: center;
	text-decoration: underline;
	line-height: 40px;
	z-index: 20;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	
}
.otras_sedes:hover{
	text-decoration: none;
}
/*---------------------------------------Callao-------*/
.sedes-total{
	display: block;	
	background-position: 30px 81px;
	height: 500px;
	position: relative;
	min-width: 980px !important;
    overflow: visible;
	margin:auto;
	
}
.sedes-callao{
	display: block;
	/*background: url(../img/campus/mapa_callao.png) no-repeat;*/
	background-position: 30px 81px;
	height: 610px;
	position: relative;
	min-width: 980px !important;
    overflow: visible;
	margin:auto;
	/*margin-left: -490px;
	left: 50%;*/
}
.g_flechas{
	position: relative;
	height:auto;
	z-index: 1;
}
.pos_f{
	display: block;
	background: url(../img/campus/flechas.png) no-repeat;
	height: 98px;
	width: 49px;
	position: absolute;
	top: 50%;
	margin-top: -49px;
	cursor: pointer;
}
.g_atras{
	left: 0px;	
}
.g_atras:hover{
	background-position: 0px -98px;
}
.at_block{
	left: 0px;
	z-index:10px;
	background: none;
	display: none;
}
.g_adelante{
	right: 0px;
	background-position: -49px 0px;
}
.g_adelante:hover{
	background-position: -49px -98px;
}
.ad_block{
	right: 0px;
	z-index:10px;
	background: none;
	display: none;
}
/*---------------------------------------Central-------*/
.sedes-central{
	display: block;
	/*background: url(../img/campus/mapa_central.png) no-repeat;*/
	background-position: 0px 47px;
	height: 500px;
	position: relative;
	min-width: 980px !important;
    overflow: visible;
	margin-left: -490px;
	left: 50%;
}
/*--------mini icon*/
div.mini_icon{
	display: block;
	width: 32px;
	height: 40px;
	position: absolute;
	/*background: url(../img/campus/icono_c.png) no-repeat;*/
	overflow: visible;
}
div.mini_icon img{
	display: block;
	width: 32px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.mini_icon img.i_hover{
	display: none;
}
.tip_mini{
	background: url(../img/campus/mini_tooltip.png);
	width: 171px;
	height: 108px;
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -85px;
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	/* IE 5-7 */
  	filter: alpha(opacity=0);
	/* Netscape */
 	 -moz-opacity: 0;
	/* Safari 1.x */
  	-khtml-opacity: 0;
}
.tip_mini h2{
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding-top: 25px;
}
.im_uno{
	top: 182px;
	left: 394px;
}
.im_dos{
	top: 116px;
	left: 530px;
}
.im_tres{
	top: 103px;
	left: 617px;
}
.im_cuatro{
	top: 121px;
	left: 822px;
}
.im_cinco{
	top: 158px;
	left: 737px;
}
.im_seis{
	top: 275px;
	left: 597px;
}
.im_siete{
	top: 427px;
	left: 414px;
}
.im_ocho{
	top: 338px;
	left: 198px;
}
.im_nueve{
	top: 264px;
	left: 240px;
}
.im_diez{
	top: 172px;
	left: 336px;
}
.im_once{
	top: 50px;
	left: 565px;
}
.im_doce{
	top: 126px;
	left: 720px;
}
.im_trece{
	top: 150px;
	left: 850px;
}
.im_catorce{
	top: 270px;
	left: 650px;
}
.im_quince{
	top: 395px;
	left: 470px;
}
.im_dieciseis{
	top: 300px;
	left: 345px;
}
.im_diecisiete{
	top: 320px;
	left: 150px;
}
/*Otros campus*/
.tot_camp{
	min-height: 580px;
	position: relative;
}
.sedes-otros{
	position: absolute;
	display: none;
	top: 10px;
	left: 50%;
	margin-left: -490px;
}
.t_otrassedes{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 50%;
	margin-left: -229px;
}
.unidad-otros{
	padding-left: 27px;
	background: url(../img/campus/icono_listado.png) no-repeat;
	background-position: 0px 12px;
	width: 233px;
}
.unidad-otros h3{
	font-size: 11px;
	font-weight: bold;
	color: #FE7900;
	padding-left: 4px;
	padding-top: 6px;
}
.unidad-otros p{
	font-size: 13px;
	color: #7C7C7C;
	line-height: 17px;
	padding-left: 4px;
}
.unidad-otros span{
	display: block;
	width: 223px;
	height: 0px;
	border-top: 1px solid #E4E4E4;
	margin-top: 7px;
}
.unidad-otros:hover{
	background: url(../img/campus/icono_listado_hover.png) no-repeat;
	background-position: 0px 12px;
}
.unidad-otros:hover h3{
	color: #293E6A
}
.sedes_lista{
	width: 560px;
	position: absolute;
	top: 80px;
	right: 0px;
}
.sedes_lista .block_list{
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.otros_mapa{
	display: block;
	width: 373px;
	height: 476px;
	background: url(../img/campus/mapa_otros.png) no-repeat;
	position: relative;
}
.icon_mapotros{
	display: none;
	width: 32px;
	height: 40px;
	position: absolute;
	background: url(../img/campus/icono_mapotros.png) no-repeat;
	overflow: visible;
}
.abc{
	display:block !important;
}
.amazonas_p{
	top: 130px;
	left: 100px;
}
.ancash_p{
	top: 207px;
	left: 103px;
}
.apurimac_p{
	top: 315px;
	left: 215px;
}
.arequipa_p{
	top: 358px;
	left: 226px;
}
.ayacucho_p{
	top: 320px;
	left: 187px;
}
.cajamarca_p{
	top: 163px;
	left: 88px;
}
.callao_p{
	top: 280px;
	left: 138px;
}
.cusco_p{
	top: 300px;
	left: 230px;
}
.huancavelica_p{
	top: 300px;
	left: 166px;
}
.huanuco_p{
	top: 214px;
	left: 139px;
}
.ica_p{
	top: 322px;
	left: 158px;
}
.junin_p{
	top: 260px;
	left: 165px;
}
.lalibertad_p{
	top: 180px;
	left: 90px;
}
.lambayeque_p{
	top: 146px;
	left: 64px;
}
.lima_p{
	top: 280px;
	left: 138px;
}
.loreto_p{
	top: 115px;
	left: 175px;
}
.madrededios_p{
	top: 273px;
	left: 271px;
}
.moquegua_p{
	top: 375px;
	left: 255px;
}
.cerrodepasco_p{
	top: 235px;
	left: 160px;
}
.piura_p{
	top: 120px;
	left: 51px;
}
.pucallpa_p{
	top: 173px;
	left: 166px;
}
.puno_p{
	top: 334px;
	left: 280px;
}
.sanmartin_p{
	top: 170px;
	left: 127px;
}
.tacna_p{
	top: 396px;
	left: 268px;
}
.tumbes_p{
	top: 94px;
	left: 44px;
}
.ucayali_p{
	top: 220px;
	left: 205px;
}
.c_regresar{
	width: 186px;
	height: 45px;
	display: block;
	margin: auto;
}
.c_cerrar{
	background: url(../img/campus/cerrar.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 10px;
	top: 13px;
}
/*-----------------------------------------------------------------BENFICIOS-------*/
.mbeneficios{
	height: 27px !important;
	border-top: 1px solid #186794;
	border-bottom: 1px solid #186794;
}
.h_igual{
	height: 50px;
}
.beneficios{
	width: 100%;
	height: 580px;
	position: relative;
	z-index: 1;
}
.beneficios .g_flechas{
	height: 580px !important;
	width: 1200px;
	margin: auto;
	position: relative;
}
.bg_ben_base{
	height: 580px;
	min-width: 800px;
	width: 1200px;
	max-width: 1200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	display:block;
}
.b_ben_contenido{
	background: url(../img/beneficios/bg.png) repeat;
	width: 333px;
	height: 580px;
	position: relative;
	overflow: hidden;
}
.space_b{
	padding: 190px 0px 10px 20px !important;
}
.b_ben_contenido h2{
	padding: 70px 35px 0px 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #FF7900;
}
.b_ben_contenido p{
	color: #fff;
	padding: 10px 35px 0px 20px;
}
.edu_nav{
	width: 100%;
	display:block;
	background: #fff;
	height: 73px;
	border-top: 1px solid #D9D9D9;
	overflow: visible;
}
.edu_nav .limite{
	z-index: 1;
}
.edu_nav nav{
	height: 73px;
	border-right: 1px solid #D9D9D9;
}
.edu_nav nav a{
	width: 244px;
	height: 73px;
	line-height: 73px;
	display: inline-block;
	float:left;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-left: 1px solid #D9D9D9;
	margin-bottom: 50px;
}
.edu_nav nav a:hover,.edu_act{
	color:#FF7900 !important;
}
.indicador_b{
	display: block;
	background: url(../img/beneficios/inidicador.png) no-repeat;
	width: 48px;
	height: 20px;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -24px;
	z-index: 5;
	
}
/*-------beneficios principal*/
.secc_beneficios{
	background: url(../img/beneficios/bg_beneficios.jpg) no-repeat center;
}
/*-------beneficios educacion*/
.secc_educacion{
	/*background: url(../img/beneficios/bg_educacion.jpg) no-repeat center;*/
	background-repeat:no-repeat;
	background-position: center 0;
}
.secc_educacion a{
	display: inline-block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	height: 45px;
	font-size: 15px !important;
}
a.ins{
	width: auto;
	display:inline-block;
	padding:0 20px;
}
a.uni{
	width: auto;
	display:inline-block;
	padding:0 20px;
}
.pos_ins{
	position: absolute;
	top: 0px;
	right: -333px;
	width: 333px;
}
.pos_uni{
	position: absolute;
	top: 0px;
	right: -333px;
	width: 333px;
}
.back_edu{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/beneficios/back_edu.jpg) no-repeat;
	position: absolute;
	top: 16px;
	left: 0px;
	cursor: pointer;
}
/*-------beneficios deporte*/
.secc_deporte{
	/*background: url(../img/beneficios/bg_deporte.jpg) no-repeat;*/
	background-repeat:no-repeat;
	background-position: center 0;
}
.con_scroll{
	height: 320px;
	max-height: 320px;
	margin: 20px 0px 0px 20px;
	overflow-y: auto;
	padding:0px !important;
	width: 300px;
}
.con_scroll h3{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 7px 0px;
}
.con_scroll p{
	display: block;
	padding: 0px 0px 12px 0px !important;
	margin-bottom: 12px;
	color: #ddd;
	border-bottom: 1px solid #888;
	width: 268px;
}
/*-------beneficios entretenimiento---*/
.secc_entretenimiento{
	/*background: url(../img/beneficios/bg_entretenimirnto.jpg) no-repeat;*/
	background-repeat:no-repeat;
	background-position: center 0;
}
/*-------beneficios salud---*/
.secc_salud{
	/*background: url(../img/beneficios/bg_salud.jpg) no-repeat;*/
	background-repeat:no-repeat;
	background-position: center 0;
}
.secc_salud .con_scroll{
	height: 270px !important;
	max-height: 270px;
}
/*----------------------------------------------------------------------------------------OPORTUNIDADES*/
.txt_op{
	margin: auto;
}
.oportunidades article{
	color: #666;
	height: 97px;
}
.oportunidades .bg_azul_opr{
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../img/oportunidades/bg_propuesta.png) repeat;
}
.propuesta{
	/*position: absolute;
	top: 32px;
	background: url(../img/oportunidades/oportunidades-naranja.png) no-repeat;*/
	left: 0px;
	padding-left: 40px;
	height: 40px;	
	background: url(../img/oportunidades/icono_perfil.png) no-repeat;
}

.propuesta_detalle{
	left: 0px;
	padding-left: 40px;
	height: 40px;	
	background: url(../img/oportunidades/icono_perfil.png) no-repeat;
}


.propuesta_detalle h3{	
	color: #F47B20;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;	
	/*width:300px;*/
}

.volver{
	width: 256px;
	height: 38px;
	background: url(../img/volver.png) no-repeat left;
	position: absolute;
	z-index: 100;
	float: left;
	bottom: 20px;
	left: 0px;
}
@media only screen and (max-width:750px) {
	.propuesta{
		top:-5px;
	}
}

.propuesta h3{
	/*color: #293E6A;*/
	color: #fff;
	font-size: 16px;
}
.azul .propuesta{
	background: url(../img/oportunidades/oportunidades-azul.png) no-repeat !important;
}
.txt_op{
	display: block;
	padding: 20px 0px 30px 0px;
	color: #293E6A;
	font-size: 18px;
	text-align: center;
}
.oportunidades a, .oportunidades span, .oportunidades button{
	display: block;
	float: right;
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
	width: 186px;
	height: 45px;
}
.oportunidades span:hover, .d_postular_span:hover{
	background-position: 0px -135px !important;
}
.oportunidades span:active, .d_postular_span:active{
	background-position: 0px -135px !important;
}
.d_postular_span{
	display: block;
	margin: 5px auto 0px auto;
	width: 211px;
	height: 45px;
}
/*--------------Detalle*/
.oportunidades_detalle{
	width: 100%;
	height: auto;
	min-height: 540px;
	position: relative;
	z-index: 1;
	/*background-color: #00558C;*/
	background: #00558C url(../img/back_2.png) no-repeat center;
}
/*.oportunidades_detalle .g_flechas{
	height: 624px !important;
	width: 1200px;
	margin: auto;
	position: relative;
}*/
.oportunidades_detalle .g_flechas{
	height: 624px !important;
	width: 100%;
	margin: auto;
	position: absolute;
	padding-left: 0px;
}
.op_dt{
	display:block;
	height: 624px;
	min-width: 800px;
	width: 1200px;
	max-width: 1200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
}
.op_dt_contenido{
	background: url(../img/oportunidades/bg_detalle.png) no-repeat;
	width: 400px;
	height: 562px;
	position: absolute;
	/*overflow: hidden;
	right: 100px;*/
	margin-right: 100px;
	top: 0px;
	display:block;
	color: #333;
	right: 10px;
	float:right;
}

@media only screen and (max-width:600px) {
	.op_dt_contenido{
		background: url(../img/oportunidades/bg_detalle.png) no-repeat;
		width: 400px;
		height: 562px;
		position: absolute;	
		margin-left: 30px;
		top: 0px;
		display:block;
		color: #333;
		left: 0px;
		float:left;
	}
}

.op_dt_contenido h3{
	color: #FF7A03;
	font-size: 25px;
	font-weight: bold;
	padding: 70px 40px 0px 40px;
	display: block;
}
.op_dt_contenido ul{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px  0px 50px;
}
.op_dt_contenido li{
	color: #FF7A03;
}
.op_dt_contenido li h4{
	color: #2B406C;
	font-size: 15px;
	line-height: 30px;
}
.op_dt_contenido li span{
	display: block;
	line-height: 20px;
	color: #666;
	width: 300px;
	height: 210px;
	overflow: auto;
	padding-right: 10px;
}
.op_dt_contenido li span strong{
	color: #444;
}
.d_postular{
	display: block;
	margin: 5px auto 0px auto;
	width: 211px;
	height: 45px;
}
.ir_beneficios{
	color: #03A69A;
	text-decoration: underline;
}
.ir_beneficios:hover{
	text-decoration: none;
}
.txt_center{
	display: block;
	text-align: center;
	padding: 15px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
	width: 300px;
	margin: auto;
}
.txt_share{
	display: block;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.txt_share a{
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	padding: 5px 16px;
	margin: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	position: relative;
}
.comp_face{
	background: #3D5B99;
}
.twit{
	background: #03ADEE;
}
.como_tu{
	height: 180px;
}
.como_tu .limite{
	padding-top: 30px;
}
.como_tu h3{
	display: block;
	margin: auto;
	text-align: center;
}
.testimonios{
	width: 100%;
	height: 440px;
	position: relative;
	z-index: 1;
}
.testimonios .g_flechas{
	height: 440px !important;
	width: 1200px;
	margin: auto;
	position: relative;
}
.testimonios_unidad{
	height: 440px;
	min-width: 800px;
	width: 1200px;
	max-width: 1200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	display:none;
}
.testimonios_unidad .limite{
	height: 440px;
}
.testimonios .limite img{
	position:absolute;
	bottom: 0px;
	left: 0px;
}
.testimonios_unidad article{
	display: block;
	width: 650px;
	height: 300px;
	background: url(../img/oportunidades/bg_comentarios.png) no-repeat bottom left;
	position: absolute;
	top: 50px;
	right: 0px;
}
.testimonios_unidad article p{
	display: block;
	width: 370px;
	height: 110px;
	color: #093D6B;
	position: absolute;
	bottom: 20px;
	right: 220px;
}
.esp_name{
	padding: 34px 0px 0px 30px;
}
.t_nombre{
	font-size: 35px;
	text-transform: uppercase;
	color: #FF7A03;
	font-weight: bold;
	width: 390px;
	border-bottom: 2px solid #A2A2A2;
}
.t_cargo{
	font-size: 15px;
	text-transform: uppercase;
	color: #555;
	padding-top: 6px;
	width: 390px;
}
/*-----------------------------------------------------------User edit*/
.title_edit{
	text-align: center;
	padding: 20px 0px 30px 0px;
}
.title_edit h3{
	color: #002F53;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
}
.line_edit{
	width: 86%;
	height: 0px;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 15px 0px 4px 0px;
	clear:both;
}
.bg_edit{
	width: 100%;
	height: auto;
	background: #fff url(../img/oportunidades/bg_propuesta.png) repeat;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.bg_edit_bl{
	width: 100%;
	height: auto;
	background: url(../img/bg_edit_bl.png) repeat;
	overflow: hidden;
}
.letra_azul{
	color: #293E6A;
}
.edit_campos .limite{
	padding: 15px 0px;
}
.edit_user figure{
	display: block;
	margin: auto;
	top: 20px;
	left: 50% !important;
	margin-left: -83px;
	behavior: url(js/PIE.htc) !important;
}
.edit_user .c_name{
	width: 100%;
	display: block;
	margin: auto;
	top: 50px;
	left: 0px;
	text-align: center;
	overflow: hidden;
}
.edit_user .editarimg{
	left: 57% !important;
	margin-left: -18px;
	top: 150px;
	behavior: url(js/PIE.htc) !important;
}

.edit_campos .t_campo{
	color: #293E6A;
	padding: 15px 0px 10px 0px;
}
.edit_campos input[type=text]{
	border: 0px;
	color: #777;
	width: 280px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.edit_campos .c_input{
	background: #fff;
	border: 1px solid #bbb;
	width: 290px;
	position: relative;
	behavior: url(js/PIE.htc) !important;
}

.edit_campos .c_select {
	border: 0px;
}
.edit_campos .mes{
	width: 70px;
	background-position: 75px 15px;
}
.edit_campos #mes{
	width: 102px !important;
}
.edit_campos .departamento{
	width: 70px;
	padding-right:25px;
	background-position: 85px 15px;
}
.edit_campos #departamento{
	width: 103px !important;
}
.no_w{
	width: auto !important;
}
.content_check_edit{
	width: auto;
	min-width: 120px;
	float: left;
	display: inline-block;
	padding-right: 0px;
	overflow: auto;
	height:30px;
}
.content_check_edit div,.content_check_edit span{
	float: left;
	display: inline-block;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	margin-right: 8px;
	cursor: pointer;
}
.check_edit{
	width: 24px;
	height: 24px;
	border: 1px solid #bbb;
	background: #fff;
	overflow: visible;
	position: relative;
	border-radius: 4px;
}
.check_edit img{
	display: none;
	position: absolute;
	top: -1px;
	left: 3px;
}
.edit_izq, .edit_der{
	width: 50%;
	float: left;
	display: inline-block;
	height: auto;
	background: #fff;
}
.edit_derecha{
	width: auto;
	float: left;
	display: inline-block;
	height: auto;
	background: #fff;
}
.p_no{
	padding-bottom: 0px !important;
}
.p_left{
	display: block;
	padding-left: 120px;
}
.bg_cyr{
	display: inline-block;
	margin-left: 8px;
	width: 186px;
	height: 45px;
	float: right;
}
.mr{
	margin-right: 130px;
}
.cancelar{	
}
.registrar{
}
.campos_obli{
	vertical-align: top;
	float: left;
}
/*--------------------login y registro*/
.btn_connect{
	display: block;
	height: 45px;
}
.face_log{
	width: 213px;
	font-size: 15px !important;
}
.face_reg{
	width: 246px;
	font-size: 15px !important;
}
.login_registro .txt{
	border-top: 1px solid #21658A;
	color: #fff;
	/*width: 330px;
	height: 50px;*/
	display: block;
	/*padding-top: 10px;
	margin-top: 15px;*/
	overflow: auto;
}
.login_registro .c_input{
	/*width: 300px;*/
}
.login_registro input{
	position: absolute;
	/*top: 10px;*/
}
.login_registro .corto{
	display: inline-block;
	/*width: 155px;*/
	float: left;
	overflow: visible;
}
.mc{
	margin-right: 15px;
}
.login_registro .corto .c_input{
	/*width: 130px;*/
}
.login_registro .corto .c_input input{
	/*width: 130px;*/
}
.login_registro input{
	border: 0px;
	background: #F3F3F3;
	width: 300px;
	color: #666;
}
.login_registro h2{
	height: 40px;
}
.bg_headazul{
	height: auto;
	background: #00558C;
}
.bg_porqueatento{	
	background: url(../img/fondo_porqueatento.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 810px;
}
#divperfil_left{
	border-width: 2px; 
	border-style: dashed; 
	border-color: #fff; 
	border-radius: 5px solid #ddd;
	-webkit-border-radius:5px;
	width: auto;
	border-top-left-radius: 10px;
	margin-top: 10px;
}
#divperfil_right{
	border-width: 2px; 
	border-style: dashed; 
	border-color: #fff; 
	border-radius: 5px solid #ddd;
	-webkit-border-radius:5px;
	
	min-width: 50px;
	min-height: 480px;
	border-top-left-radius: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
#divperfil_right_postulaciones{
	border-width: 0px; 
	background: #fff;
	border-color: #fff; 
	border-radius: 5px solid #ddd;
	-webkit-border-radius:5px;
	/*width: 80%;*/
	height: auto;
	/*min-width: 400px;*/
	min-height: 200px;
	margin-left: 5px;
	margin-right: 20px;
}
#img_postulaciones{
	width: 134px;
	height: 134px;
	/*background-position: -134px center !important;*/
	display:block;
	float:left;
	background: url(../img/icono_perfil_lupa.png) no-repeat center;
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
	border:none !important;
}
#divperfil .bloque{
	display: inline-block;    /* Para que se muestren los bloques en lÃ­nea */
    height:10px;
    margin:10px;
}
.name_perfil{
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;	
	text-align: center;
	font-size: 12pt;
}
.name_perfil p{
	width:250px;
	margin: 10px auto 0px auto;
}
.bt_perfil{
	color: #fff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;	
	background-color: #00B2A9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px 20px 2px 20px;
	font-size: 10pt;

}
.bg_log{
	background: url(../img/back_2.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 810px;
	/*min-height: 650px;*/
	min-height: 540px;
}
.bg_log .data_cont{
	height: auto;
}
.bg_log .limite{
	height: auto !important;
	overflow: hidden;
	/*padding: 90px 0px 130px 0px;*/
}
.btn_logs{
	height: 45px;
	width: 186px;
	display: block;
	text-decoration: none !important;
}
.registrarme{
	float: right;
	margin: 5px 0px;
}
/*@media only screen and (max-width:600px) {
	.log_der{
		float: left;
		display: inline-block;
		width: 49%;
		height: 660px;
		overflow: hidden;
		margin: 7% auto;
	}
}*/
.log_der,.log_izq{
	float: left;
	display: inline-block;
	width: 100%;
	/*height: 660px;*/
	overflow: hidden;
	margin: 7% auto;



	/*width: 80%;*/
	/*margin: 1% auto;*/
	padding: 5px 80px 5px 5px;
}
.log_der{
	/*border-right: 1px solid #2B668A;*/
	margin-top: 25px; 
}
.log_izq{
	border-left: 1px solid #2B668A;	
	
}
/*
@media only screen and (max-width:500px) {
	.log_der, .log_izq{
		float: left;
		display: inline-block;
		padding-right: 14cm;
		border-left: none;	
		
	}
}
*/
.block_log{
	width: 330px;
	display: block;
	overflow: visible;
}
.iniciar, .reset_password{
	float: right;
	display: block;
	color: #FFF;
	text-decoration: underline;
	margin: 5px 0px;
}
.reset_password:hover{
	text-decoration: none;
}
.p_leftl{
	display: block;
	padding-left: 80px;
}
.p_leftlr{
	display: block;
	padding-left: 65px;
}
.box_bg_login{
	display: block;
	background: url(../img/box_bg_terminos_dos.png) no-repeat;
	width: 829px;
	height: 749px;
	padding-top: 60px;
	position: relative;
	top: 50%;
	margin-top: -374px;
	left: 50%;
	margin-left: -415px;
}
.txt_term_lg{
	width:250px;
	color:#fff !important;
	font-size:12px !important;
	line-height:13px !important;
}
.box_bg_postulaste, .box_bg_olvide{
	display: block;
	background: url(../img/oportunidades/bg_listo.png) no-repeat;
	width: 753px;
	height: 385px;
	position: absolute;
	top: 50%;
	margin-top: -192px;
	left: 50%;
	margin-left: -376px;
	color: #fff;
	text-align: center;
}
.box_bg_postulaste h4{
	display: block;
	padding: 30px 0px 18px 0px;
}
.box_bg_postulaste img{
	margin: auto;
	display: block;
}
.box_bg_postulaste .celeste{
	color: #38A2E0;
	font-size: 12px;
	border-top: 1px solid #2B678B;
	width: 350px;
	margin: 8px auto;
	padding: 8px 0px 
}
.box_bg_postulaste a{
	display: block;
	margin: 20px auto 0px auto;
	width: 131px;
	height: 45px;
}
.box_bg_olvide h4{
	display: block;
	padding: 40px 0px 18px 0px;
}
.box_bg_olvide img{
	margin: auto;
	display: block;
}
.email_reset{
	display: block;
	/*width: 420px;*/
	width:80%;
	/*margin: 20px auto 0px auto;*/
	padding: 15px 0px 10px 110px;
	/*border-top: 1px solid #1A567C;
	border-bottom: 1px solid #1A567C;*/
	margin-top: 50px;
}
.email_reset .t_campo{
	text-align: left;
}
.email_reset .c_input{
	width: 280px;
	margin: auto;
}
.email_reset .c_input input{
	position: absolute;
	top: 9px;
	left: 12px;
	width: 280px;
	border: 0px;
	background: #F3F3F3;
	color: #666;
}
.box_bg_olvide a{
	display: block;
	margin: 20px auto 0px auto;
	width: 160px;
	height: 45px;
}
/*----------------------------------------Registrado---*/
/*.data-registrado{
	display: block;
	background: url(../img/box_bg_registrado.png) no-repeat;
	width: 653px;
	height: 385px;
	position: absolute;
	top: 50%;
	margin-top: -192px;
	left: 50%;
	margin-left: -276px;
	color: #fff;
	text-align: center;
	z-index: 300;


}*/

.box_bg_registrado{
	display: block;
	background: url(../img/box_bg_registrado.png) no-repeat;
	width: 653px;
	height: 385px;
	position: absolute;
	top: 50%;
	margin-top: -192px;
	left: 50%;
	margin-left: -376px;
	color: #fff;
	text-align: center;
}
.box_bg_registrado h4{
	display: block;
	padding: 90px 0px 18px 0px;
}
.box_bg_registrado img{
	margin: auto;
	display: block;
}
.box_bg_registrado p{
	margin: auto;
	display: block;
	/*border-bottom: 1px solid #326B8D;*/
	width: 430px;
	padding-bottom: 20px;
}
.box_bg_registrado a{
	display: block;
	margin: 20px auto 0px auto;
	width: 280px;
	height: 45px;
}
/**/
.resturar_pass{
	text-align: center;
	color: #fff;
	background: url(../img/box_bg_cambio_contrasenia.png) no-repeat center;
}
.pass_reset{
	display: block;
	width: 470px;
	margin: 14px auto 0px auto;
	padding: 15px 0px 10px 0px;
	/*border-top: 1px solid #1A567C;
	border-bottom: 1px solid #1A567C;*/
	overflow: visible;
	margin-top: 40px;
	padding-bottom: 20px;
}
.pass_reset .t_campo{
	text-align: left;
}
.pass_reset .c_input{
	width: 440px;
	margin: auto;
}
.pass_reset .c_input input{
	position: absolute;
	top: 9px;
	left: 12px;
	width: 280px;
	border: 0px;
	background: #F3F3F3;
	color: #666;
}
.pass_reset a{
	display: block;
	margin: 20px auto 0px auto;
	width: 211px;
	height: 45px;
}
.bg_oportunidades{
	background: url(../img/back_2.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 810px;
}
.bg_reset{
	background: url(../img/back_2.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 810px;
}
.bg_reset .data_cont{
	height: auto;
}
.bg_reset .limite{
	height: auto !important;
	overflow: hidden;
	padding: 50px 0px 130px 0px;
}
.bg_reset h2{
	margin: auto;
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.restablecer_pass{
	display: block;
	width: 150px;
	height: 45px;
	margin: 16px auto 8px auto; 
	float: right;
}
/*----Galeria*/
.box_bg_galeria{
	display: block;
	background: url(../img/box_bg_login.png) no-repeat;
	width: 829px;
	height: 525px;
	padding-top: 60px;
	position: relative;
	top: 50%;
	margin-top: -242px;
	left: 50%;
	margin-left: -415px;
}
.gl_atras{
	display: block;
	background: url(../img/campus/gl_flechas.png) no-repeat;
	height: 98px;
	width: 53px;
	position: absolute;
	top: 50%;
	margin-top: -49px;
	left: 24px;
	cursor: pointer;
}
.gl_adelante{
	display: block;
	background: url(../img/campus/gl_flechas.png) no-repeat -53px 0px;
	height: 98px;
	width: 53px;
	position: absolute;
	top: 50%;
	margin-top: -49px;
	right: 28px;
	cursor: pointer;
}
.content_galeria{
	display: block;
	width: 630px;
	height: 400px;
	background: #000;
	position: relative;
	top: 28px;
	left: 50%;
	margin-left: -315px;
}
.content_galeria img{
	display: none;
	width: 630px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*-- TERMINOS Y CONDICONES --*/
.box_bg_terminos{
	display: block;
	background: url(../img/box_bg_terminos.png) no-repeat;
	width: 653px;
	height: 535px;
	padding-top: 60px;
	position: relative;
	top: 50%;
	margin-top: -267px;
	left: 50%;
	margin-left: -326px;
}
.box_bg_terminos img{
	display:block;
	margin: 26px auto 15px;
}
.box_bg_terminos .c_term_light{
	color:#fff;
	width: 460px;
	padding-right:35px;
	text-align:left;
	margin-left:120px;
	line-height:21px;
	height:300px;
	overflow:hidden;
}
.box_bg_terminos .c_term_light p{
	width: 420px;
	height:auto;
	display:block;
}
/*-- TERMINOS Y CONDICONES lightbox inset--*/
.box_bg_terminos_inset{
	display: block;
	background: url(../img/box_bg_terminos_dos.png) no-repeat;
	width: 830px;
	height: 739px;
	padding-top: 60px;
	position: relative;
	top: 50%;
	margin-top: -370px;
	left: 50%;
	margin-left: -415px;
}
.box_bg_terminos_inset img{
	display:block;
	margin: 106px auto 15px;
}
.box_bg_terminos_inset .c_term_light{
	color:#fff;
	width: 460px;
	padding-right:35px;
	text-align:left;
	margin-left:200px;
	line-height:21px;
	height:300px;
	overflow:hidden;
	display:block;
}
.box_bg_terminos_inset .c_term_light p{
	width: 420px;
	height:auto;
	display:block;
}
.back_light{
	display:block;
	background:url(../img/back_light.png) no-repeat;
	width:43px;
	height:30px;
	position:absolute;
	top: 95px;
	left:87px;
	cursor:pointer;
}
/*--lightbox---*/
.lightbox{
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: url(../img/bg_noimg.png) repeat;
	z-index: 200;
	display: none;
}
.lightbox .log_der{
	width: 42%;
	padding-left: 7%;
	height: 460px;
}
.lightbox .log_izq{
	width: 46%;
	padding-left: 3%;
	/*height: 460px;*/
	overflow: visible;
}
.close_light{
	background: url(../img/close_light.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
/*------------------------Julio--*/
.caja_title{
	color:#002647;
	display:block;
	border-bottom: 1px solid #EDEDED;
	font-weight:bold;
	font-size:12px;
	padding-bottom: 10px;
	width:434px;
	margin-bottom:15px;
}
.dia_ent{
	width:92px !important;
	border: 1px solid #CACED0 !important;
	background-position: 95px 15px !important;
}
.p_dia_ent select{
	width: 120px !important;
}
.caja_rotulo{
	float:left;
	line-height: 35px;
	color:#002647;
	font-weight:bold;
	font-size:12px;
	width:50px;
}
.ptop{
	padding-top:8px;
}
.mmleft{
	margin-left:-20px;
}
.conf_entr{
	display:block;
	width:248px;
	text-align:center;
	height:44px;
	margin:auto;
	line-height:44px;
	position:relative;
}
.sc_line{
	width:270px; float:left; height:50px;
}
.text_post_error{
	color: #FF4133 !important;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:13px;
	opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-khtml-opacity: 0;
}
.content_p_entr{
	/*height:0px;*/
	overflow:hidden !important;
	width:450px;
	display:block;
}
.p_entrevista{
	display:block;
	padding-top:10px;
	width:450px;
	font-size:12px;
	line-height:18px;
	padding-bottom:20px;
}
.p_entrevista a{
	color: #002647;
	text-decoration: underline;
}
.p_entrevista a:hover{
	text-decoration: none;
}
.p_entrevista strong{
	color: #002647;
}
.p_entrevista strong img{
	margin-left:-18px;
	margin-right:5px;
}
.caja_inferior{
	display:block;
	border-top: 1px solid #ddd;
	padding: 15px 10px;
	background:#fff;
}
.caja_inferior span{
	float:left;
	display:inline-block;
	width:312px;
	font-size:12px;
}
.caja_inferior .conf_entr{
	float:right;
	display:inline-block;
	margin-top:3px;
}
.entrevista_st, .entrevista_callao{
	display:none;
}
.box_bg_mapa{
	display: block;
	background: url(../img/box_bg_login.png) no-repeat;
	width: 829px;
	height: 525px;
	padding-top: 60px;
	position: relative;
	top: 50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -415px;
}
.content_mapa iframe{
	width:630px;
	height:400px;
	display:block;
	margin-left:95px;
	margin-top:34px;
}
/*Fin entrevista*/
.rdiez_check .content_check{
	width:400px;
}
.rdiez_check .content_check span{
	font-size:12px;
	font-weight:100;
}
.rdiez_check .content_check span strong, .cl_ed{
	color:#5CAEDF;
	text-decoration:underline;
	cursor:pointer;
	font-weight:normal;
}
.rdiez_check .content_check span strong:hover, .cl_ed:hover{
	text-decoration:none;
}
.term_editar{
	margin-top:15px;
	amrgin-bottom: 15px;
}
.mf{
	font-size:15px !important;
}
.term_editar .content_check span{
	color:#6D6D6D !important;
}
.t_error{
	color: #FF4133;
	padding-top:10px;
	display:block;
	font-size:12px;
	/*opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-khtml-opacity: 0;*/
}
.opcty{
	opacity:0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";filter: alpha(opacity=0.5);-khtml-opacity: 0.5;
}
.form_entrevista_hecha{
	display:none;
}
/*dps*/
.resultado .c_img{
	height: 70px;
	background-position: -134px center !important;
	display:block;
	float:left;
}
/*.c_buho .c_img{
	height: 70px;
	background-position: -201px center !important;
	display:block;
	float:left;
}*/
.p_resultado{
	display:block;
	padding-top:20px;
	padding-left: 80px !important;
	width:500px;
	font-size:13px;
	line-height:18px;
}
.p_resultado a{
	color: #002647;
	text-decoration: underline;
}
.p_resultado a:hover{
	text-decoration: none;
}
.p_resultado strong{
	color: #002647;
}
.txt_big{
	font-size:16px;
}
/*date*/
.input_date{
	display:block;
	height: 38px;
	line-height:38px;
	width: 120px;
	border: 1px solid #CACED0;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	float:left;
	position:relative;
	background:url(../img/diezrazones/select.png) no-repeat;
	background-position:94px 16px;
	margin-right:20px;
	cursor:pointer;
	color: #bbb;
}
.input_date input{
	width: 80px !important;
	position:absolute;
	top: 10px;
	left: 5%;
	border: 0px;
	cursor:pointer;
	color: #777;
}
.input_blue{
	border: 1px solid #002647;
	background: #002647 url(../img/diezrazones/select.png) no-repeat;
	background-position:94px 16px;
}
.input_date input:focus{
	background: #002647;
	color:#fff;
}
/*------------------------Julio--*/
.t_error, .msnfinalface, .msnloginface{
	color: #FF4133;
	padding-top:10px;
	display:none;
	font-size:12px;
	/*opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-khtml-opacity: 0;*/
}
.msnfinalface, .msnloginface{
	opacity:1;
}
/*------------------------Julio--*/
/*julio 21*/
.txt_big_error{
	font-size:11px;
	color: #C00;
	font-weight:normal !important;
	padding-left: 15px;
	display:none;
}
.more_line{
	line-height:42px !important;
}
/* ----------- politicas privacidad --------- */
.politicas{
	/*height: 206px !important;*/
}
.politicas .resume {
    background: #fff;
    padding: 10px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 40px;
    color: #005a8b;
    font-size: 15px; line-height: 18px;
}
.accordeon{
	margin-top:30px;
}
.accordeon h3{
	color:#005a8b;
	font-size:16px;
	font-family: Tahoma, Geneva, sans-serif;
	background:#e4e5e6;
	padding:13px 45px 13px 35px;
	cursor:pointer;
	position:relative;
	margin-top:5px;	
	text-transform:uppercase;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
        -ms-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;        
            transition: all ease 0.2s;
}
.accordeon .content{
	line-height:130%;
	font-size:14px;
	overflow:hidden;
	height:0;
	color:#005a8b;
	font-family: Tahoma, Geneva, sans-serif;	
}
.accordeon .content &gt; div{ padding:25px 35px 30px; }
.accordeon h3 i{
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	right:25px;
	top:18px;
	background:url(../img/moreless.png) no-repeat 0 0;
}
.accordeon h3:hover, .accordeon .open h3{ background:#f47d22; color:#fff;}
.accordeon h3:hover i, .accordeon .open h3 i{ background-position:0 -13px}
.accordeon .open .content{ height:auto}
.accordeon .content &gt; div p{ padding-bottom:15px;}
.accordeon .content &gt; div h4{ font-weight:bold; padding-bottom:15px; padding-top:10px;}
.accordeon .content &gt; div strong{ font-weight:bold;}
.accordeon .content &gt; div .subcontent{ padding:0 40px;}
.accordeon .content &gt; div a{ text-decoration:none; color:#f47d22;} 
.accordeon .content &gt; div a:hover{ text-decoration:underline}
.accordeon .content .list{ margin-left:10px; padding-left:30px;}
.accordeon .content .list &gt; li{ list-style-image:url(../img/bulletlist1.png); padding-bottom:20px;}
.accordeon .content .list &gt; li ul{ padding-left:30px; margin:15px 0 15px 20px}
.accordeon .content .list &gt; li li{ list-style-image:url(../img/bulletlist2.png); padding-bottom:15px;}

.skyblue{color:#37a2dd;}
.skyblue:hover{ text-decoration:underline;}

/*Fin julio 21*/
@media only screen and (max-width:980px) {
.micuenta .estado_i{
	width: 592px;
	padding-left: 20px;
	overflow: hidden;
}
.micuenta .imagen{
	width: 180px;
}
.nav_hide{
	display: none !important;
}
/*.buho{
	background: url(../img/diezrazones/buho_face.png);
	width: 182px;
	height: 91px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}*/
.miga, .atento{
	margin: 0px !important;
	display: none !important;
	height: 0px;
	overflow: hidden;
}
.atentoface{
	display: block;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -55px;
	height: 21px;
	width: 109px;
	background: url(../img/diezrazones/logo.png) no-repeat;
}
.razones{
	margin-top: 40px;
}
.paginador{
	right: 10px;

}
.facebook, .contacto{
	display: none !important;
}
footer{
}
footer a{
	color: #aaa;
	text-decoration: underline;
}
/*.limite, .data_cont, .recuerda, .c_postulaciones, .vacio, .ate{
	width: 800px;
	min-width: 800px !important;
	overflow: hidden;
}*/
.limite{
	width: 800px;
	min-width: 800px !important;
	overflow: visible;
}
.data_cont{
	width: 100%;
	min-width: 800px !important;
	overflow: hidden;
	margin-top: 10px;
}
.info{
	width: 213px !important;
}
.info a{
	display: table;
	background: #00A599;
	color: #fff;
	font-weight: bold;
	padding: 4px 9px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.data figure{
	left: 28px;
}
.editarimg{
	left: 160px;
}
.c_name, .linea{
	left: 10px;
}
.recuerda p strong{
	padding-left: 10px;
}
.recuerda p a{
	right: 10px;
}
.razon_global .bloque{
	display:block;
	padding-top:116px;
	padding-left:290px;
}
.razon_uno{
	background-position: 30px 124px;
	background-size: 30%;
}
.razon_dos{
	background: url(../img/diezrazones/bg_dosface.png) no-repeat;
	background-position: 0px 120px;
}
.razon_tres{
	background: url(../img/diezrazones/bg_tresface.png) no-repeat;
	background-position: 0px 150px;
	height: 600px;
}
.razon_cuatro{
	background: url(../img/diezrazones/bg_cuatro.png) no-repeat;
	background-position: 0px 160px;
	background-size: 35%;
	height: 650px;
}
.razon_cinco{
	background: url(../img/diezrazones/bg_cincoface.png) no-repeat;
	background-position: 0px 150px;
	height: 705px;
}
.razon_cinco .bloque{
	left: 280px;
}
.razon_seis{
	background: url(../img/diezrazones/bg_seisface.png) no-repeat;
	height: 650px;
	background-position: 37px 142px;
}
.razon_siete{
	background: url(../img/diezrazones/bg_sieteface.png) no-repeat;
	height: 640px;
	background-position: 0px 130px;
}
.razon_ocho{
	background: url(../img/diezrazones/bg_ochoface.png) no-repeat;
	height: 600px;
	background-position: 15px 60px;
}
.razon_nueve{
	background: url(../img/diezrazones/bg_nueveface.png) no-repeat;
	height: 600px;
	background-position: 15px 150px;
}
.razon_diez{
	background: url(../img/diezrazones/bg_diezface.png) no-repeat;
	height: 870px;
	background-position: 0px 170px;
}
/*---------------------CAMPUS------------*/
.sedes{
	background: url(../img/campus/face_selecciona.png) no-repeat;
	background-position: 25px 160px;
}
.sedes a.icon_big{
	width: 99px !important;
	height: 116px !important;
}
.sedes a.icon_big img{
	width: 102px !important;
	height: 116px !important;
}
a.s_callao{
	top: 170px;
	left: 197px;
}
a.s_central{
	top: 170px;
	right: 187px;
}
.im_uno{
	top: 165px;
	left: 305px;
}
.im_dos{
	top: 100px;
	left: 430px;
}
.im_tres{
	top: 90px;
	left: 500px;
}
.im_cuatro{
	top: 100px;
	left: 645px;
}
.im_cinco{
	top: 140px;
	left: 580px;
}
.im_seis{
	top: 220px;
	left: 490px;
}
.im_siete{
	top: 350px;
	left: 330px;
}
.im_ocho{
	top: 285px;
	left: 170px;
}
.im_nueve{
	top: 210px;
	left: 210px;
}
.im_diez{
	top: 140px;
	left: 246px;
}
.im_once{
	top: 40px;
	left: 445px;
}
.im_doce{
	top: 95px;
	left: 560px;
}
.im_trece{
	top: 120px;
	left: 640px;
}
.im_catorce{
	top: 190px;
	left: 470px;
}
.im_quince{
	top: 290px;
	left: 370px;
}
.im_dieciseis{
	top: 220px;
	left: 280px;
}
.im_diecisiete{
	top: 230px;
	left: 100px;
}
.sedes_lista{
	width: 520px;
	right: 0px;
}
.sedes_lista .block_list{
	margin-right: 0px;
}
.otros_mapa{
	left: -50px;
}
/*--------------beneficios*/
.edu_nav nav a{
	width: 199px !important;
}
.bg_ben_base{
	height: 580px;
	min-width: 800px;
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}
.b_ben_contenido{
	margin-left: 50px;
}
.beneficios .g_flechas{
	width: 800px;
	margin: auto;
	position: relative;
	z-index: 1;
}
/*--------------oportunidades*/

/*
.op_dt{
	height: 624px;
	min-width: 800px;
	width: 800px;
	max-width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}
.op_dt_contenido{
	right: 60px;
}*/
.testimonios .g_flechas{
	height: 440px !important;
	width: 800px;
	margin: auto;
	position: relative;
}
.testimonios_unidad{
	height: 440px;
	min-width: 800px;
	width: 800px;
	max-width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}
.testimonios_unidad article{
	display: block;
	width: 482px;
	height: 300px;
	background: url(../img/oportunidades/bg_comentarios_face.png) no-repeat bottom right !important;
	position: absolute;
	top: 50px;
	right: 40px;
}
.testimonios_unidad article p{
	display: block;
	width: 360px;
	height: 110px;
	color: #093D6B;
	position: absolute;
	bottom: 20px;
	right: 77px;
}
.esp_name{
	padding: 34px 0px 0px 0px;
}
.t_nombre{
	font-size: 31px;
	width: 345px;
}
.t_cargo{
	font-size: 14px;
}
.testimonios .limite img{
	left: 50px;
	width: 228px;
	height: 280px;
}
/*-------------------------PERFIL*/
.edit_user .editarimg{
	left: 58% !important;
	margin-left: -18px;
	top: 150px;
}
.p_left{
	padding-left: 40px;
}
.p_leftl{
	padding-left: 5px;
}
.sedes-otros{
	top: 10px;
	left: 50%;
	margin-left: -400px;
}
.p_leftlr{
	padding-left: 45px;
}
.propuesta h3{
	width:300px;
}
}
@media only screen and (max-width:812px) {
body,html{
	/*overflow-x: hidden;*/
	/*height:950px;*/
}
}
@media only screen and (max-width:800px) {
.limite, .data_cont, .recuerda, .vacio, .ate{
	width: 100%;
	min-width: 800px !important;
}
body{
	/*overflow-x: hidden;*/
}
}


.campus_mapa{
	background: url(../img/campus_right.png) no-repeat;
	width: 100%;
	height: 520px;
	position: relative;

}

.icon_campusmap{	
	border: 2px;
	width: 15px;
	height: 15px;
	background: url(../img/icono.png) no-repeat;
	overflow: visible;
	position: absolute;

}

.choco{
	top: 213px;
	left: 119px;
}

.pereira{
	top: 267px;
	left: 178px;
}

.medellin{
	top: 195px;
	left: 193px;
}

.bogota{
	top: 283px;
	left: 300px;
}</pre></body></html>