@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body{
	background-color:#eef2f5;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}



/*  NUEVOS  */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1{
	color:#0182c4;
	font-family: 'open_sansregular';
	font-size:30px;
	font-weight:bold;
	padding-left:30px;}
	
h2{
	color:#0182c4;
	font-family: 'open_sansregular';
	font-size:20px;
	padding-left:30px;}
.bg_header{
	background-color:#007bb4;
	border-bottom: solid 4px #c4488c;
	height:153px;}
.contenedor_top{
	width:1141px;
	margin-left:auto;
	margin-right:auto;}
.posicion_logo{
	float:left;
	padding-left:10px;
	padding-top:20px;
	width:380px;
	}
.header_right{
	float:right;
	width:431px;}
.menu_legal{
	background-color:#026fa2;
	
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;

	padding-top:8px;
	padding-bottom:8px;
	}
.menu_legal ul{
	padding-left:10px;
	list-style:none;
	}
.menu_legal li{
	color:#FFFFFF;
	font-family: 'open_sansregular';
	font-size:13px;
	float:left;
	padding-left:10px;
	text-decoration:none;}
.menu_legal li a{
	color:#FFFFFF;
	font-family: 'open_sansregular';
	font-size:13px;
	text-decoration:none;
}
.menu_legal li a:hover{
	color:#9ce0ff;
	text-decoration:underline;
}
.redes_sociales{
	padding-top:30px;
	padding-left:280px;}
.redes_sociales img{
	float:left;
	padding-left:10px;}
.clear{
	clear:both;}
.bg_menu_principal{
	background-image:url(../images/bg_menu.jpg);
	height:85px;
	margin-left:auto;
	margin-right:auto;
	width:1123px;
	z-index:9999;
}
.bg_menu_principal ul{
	list-style:none;
	padding-left:20px;
	z-index:9999;}

.bg_menu_principal li{
	color:#007bb4;
	font-family: 'open_sansregular';
	font-size:20px;
	float:left;
	padding-left:19px;
	padding-right:19px;
	padding-top:20px;
	text-decoration:none;
	z-index:9999;}
.bg_menu_principal li a{
	color:#007bb4;
	display:block;
	font-family: 'open_sansregular';
	font-size:20px;
	height:60px;
	text-decoration:none;
	z-index:9999;}
.bg_menu_principal li a:hover{
	color:#c4488c;
	text-decoration:none;
	z-index:9999;}
.bg_menu_principal li ul {
    display:none;
    position:absolute;
	z-index:9999;
}
.bg_menu_principal li:hover > ul{
	  background-color:#007bb4;
      display:block;
	  height:110px;
	  margin-left:-40px;
	  padding-left:-40px;
	  padding-top:20px;
	  width:174px;
	  z-index:9999;}
.bg_menu_principal li:hover > ul li{
	float:none;
	position:relative;
	height:18px;
	z-index:9999;}  
.bg_menu_principal li:hover > ul li a{
	color:#FFFFFF;
	display:block;
	font-family: 'open_sansregular';
	font-size:20px;
	line-height:20px;
	z-index:9999;}
.bg_menu_principal li:hover > ul li a:hover{
	color:#9ce0ff;
	font-family: 'open_sansregular';
	font-size:20px;
	z-index:9999;}
.bg_contenido{
	background-image:url(../images/bg_contenido.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1139px;}
.box_izq{
	float:left;
	padding-top:100px;
	width:690px;}
p{ font-family: 'open_sansregular';
	font-size:18px;
	line-height:30px;}
.texto_contenido{
	color:#5b5b5f;
	text-align:justify;
	padding:30px;
}
.texto_contenido_1{
	color:#5b5b5f;
	text-align:left;
	padding:30px;
}
.texto_contenido_n{
	font-family: 'open_sansregular';
	font-size:18px;
	line-height:30px;
	color:#5b5b5f;
	text-align:justify;
	padding:30px;
}
.login{
	float:left;
	padding-top:30px;
	width:425px;
	}
.titulo_login{
	background-image:url(../images/titulo_login.jpg);
	background-repeat:no-repeat;
	color:#5b5b5e;
	font-family: 'open_sansregular';
	font-size:20px;
	height:60px;
	padding-left:100px;
	padding-top:30px;
	width:325px;}
	
.campos_login{
	color:#c4488c;
	background-color:#f4f4f4;
	border:solid 1px #c6c4c4;
	font-family: 'open_sansregular';
	font-size:16px;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   height:51px;
   margin-left:53px;
   margin-top:10px;
   padding-left:20px;
   width:317px;}
   
.campos_login_cont{
	color:#c4488c;
	background-color:#f4f4f4;
	border:solid 1px #c6c4c4;
	font-family: 'open_sansregular';
	font-size:16px;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   height:40px;
   margin-left:53px;
   padding-left:20px;
   width:250px;}
   
 .campos_login_cont1{
	color:#c4488c;
	background-color:#f4f4f4;
	border:solid 1px #c6c4c4;
	font-family: 'open_sansregular';
	font-size:16px;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   height:180px;
   width:280px;}

.img_usurio{
	background-image:url(../images/img_usuario.jpg);
	background-position:290px 10px;
	background-repeat:no-repeat;}
.img_clave{
	background-image:url(../images/img_clave.jpg);
	background-position:300px 10px;
	background-repeat:no-repeat;}

.btn_ingresar{
	padding-top:20px;
	padding-left:182px;}
.texto_contrasena{
	color:#41557d;
	font-family: 'open_sansregular';
	font-size:16px;
	padding-top:20px;
	padding-right:40px;
	text-align:right;
	text-decoration:none;}
.texto_contrasena a{
	color:#41557d;
	font-family: 'open_sansregular';
	font-size:16px;
	text-decoration:none;
}
.texto_contrasena a:hover{
	color:#41557d;
	font-family: 'open_sansregular';
	font-size:16px;
	text-decoration:underline;
}
.logo_ee{
	padding-left:300px;
	padding-top:20px;
	padding-bottom:20px;}

.icos_home{
	float:left;
	text-align:center;
	width:230px;}
.texto_ico{
	color:#007bb4;
	font-family: 'open_sansregular';
	font-size:16px;
	padding-top:10px;
	padding-bottom:20px;
	text-decoration:none;
	}
.texto_ico a{
	color:#007bb4;
	font-family: 'open_sansregular';
	font-size:16px;
	text-decoration:none;
	}
.texto_ico a:hover{
	color:#007bb4;
	font-family: 'open_sansregular';
	font-size:16px;
	text-decoration:underline;
	}
.fondo_foo{
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:162px;
	width:1606px;}

.texto_footer{
	color:#5b5b5e;
	font-family: 'open_sansregular';
	font-size:12px;
	float:left;
	padding-left:290px;
	padding-top:80px;
	width:600px;}
.img_footer{
	float:left;
	padding-top:80px;
	padding-left:110px;
	width:320px;}
.img_beneficios{
	background-image:url(../images/img_beneficios.png);
	background-repeat:no-repeat;
	width:373px;
	height:333px;}

.img_valores{
	background-image:url(../images/img_valores.png);
	background-repeat:no-repeat;
	width:373px;
	height:333px;}
	
.img_quienes_somos{
	background-image:url(../images/img_quienes_somos.png);
	background-repeat:no-repeat;
	width:373px;
	height:333px;}
	
.texto_azul{
	color:#0182c4;}
	
.boton_contacto_izq{
	background-color:#007bb4;
	border:none;
	color:#FFFFFF;
	font-family: 'open_sansregular';
	height:30px;
	margin-left:57px;
	text-align:right;
	width:80px;}
.boton_contacto_der{
	background-color:#007bb4;
	border:none;
	color:#FFFFFF;
	font-family: 'open_sansregular';
	height:30px;
	text-align:left;
	width:50px;}
.titulos{
	font-family: 'open_sansregular';
	font-size:22px!important;
	line-height:30px;
	color:#0182c4;
	text-align:justify;
}


/* OFERTAS  */

.texto_contenido div table[style]{
	background-color: transparent!important;}

.parrafo {
	font-family: 'open_sansregular';
	font-size:14px;
	color:#5b5b5f;
	text-align:justify;
	line-height: 20px;
	margin-right:10px;
	display:block;
}


.titulos2 {
	font-family: 'open_sansregular';
	font-size:16px;
	color:#0182c4;
	text-align:justify;
	font-weight: bold;
	margin-top:16px;
	margin-right:10px;
	display:block;
}

.terminosycondiciones ul{
	list-style:disc;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
}

.terminosycondiciones ul li{
	color: #5b5b5f;
    font-family: 'open_sansregular';
    font-size: 14px;
	line-height:20px;
	text-align:justify;
	}
.titulo_tabla{
	background-color:#007bb4;
	color:#FFFFFF;
	font-family: 'open_sansregular';
    font-size: 12px;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;}
.texto_tabla{
	background-color: #f3f3f3;
    border: medium none #fff;
    color: #5b5b5f;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-right: 20px;
    padding-top: 3px;
    text-align: left;
   }
.texto_tablalink{
	background-color: #f3f3f3;
	color:#cd3c82;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-right: 35px;
    padding-top: 3px;
    text-align: left;
    text-decoration: underline;}
.texto_tablalink a{
	background-color: #f3f3f3;
	color:#cd3c82;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;}
.texto_tablalink a:hover{
	background-color: #f3f3f3;
	color: #5b5b5f;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;}
.detalle_titulo{
	border: thin none #ccc;
    color:#cd3c82;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: right;}
.detalle_text{
	border: thin none #ccc;
    color: #5b5b5f;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding-left: 8px;
    text-align: left;}
.enviar {
    color:#cd3c82;
    font-family: 'open_sansregular';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 15px;
    text-align: center;
}

#form1 input{
	background-color:#007bb4;
	border:none;
	color:#FFFFFF;
	font-family: 'open_sansregular';
	height:30px;
	text-align:right;
	width:100px;}
