@charset "UTF-8";
/* CSS Document */

@import url(fuentes/fonts.css);


body{
	background-image:url(../img/fondo.jpg);
	background-repeat: repeat-x;
    background-position-y: 120px;
}
.container{
	width:1170px !important;	
}

a:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #ffffff;
	text-decoration: none;
}
	
h2, h3 {
	font-family: 'Geomanist-Book';
}
h3 {
	font-size: 20px;
}
/**** Estilos Header *****/
header{
	padding: 15px 0;
	background-color:#ffffff;
	color:#fff;
}

header > .container > .pull-left > h2{
	font-size:28px;
	font-family: 'latolight', Arial, sans-serif;
	font-weight:100;
	margin-bottom:0px;
	margin-top:25px;
}

header > .container > .pull-left > h2 > b {
	font-family: 'latobold', Arial, sans-serif;
	font-weight:100;
	font-size:35px;
}
.titulos2{
	font-family: 'Geomanist-Book';
	font-size:18px;
	margin-left:30px;
	margin-bottom:10px;
	display:block;
	color:#777778;
	text-transform: uppercase;
}
header > .container > .pull-left > p{
	font-size:25px;
	font-family: 'latoregular', Arial, sans-serif;
	font-weight:100;
	color:white;
	margin-bottom:20px;
}

.pull-right > a > .img-responsive{
	margin-top:15px;	
}

/**** Fin Estilos Header *****/

/**** Estilos Cabezote *****/

.cabezote-bw {
	font-size: 24px;
	color: #0097a4;
}
.cabezote-bw h2 {
	margin-bottom: -5px;
	font-size: 24px;
}
.txt-light {
	font-family: 'Geomanist-Light';
}

/**** Estilos Contenido *****/
.contenido{
	background-color: transparent;
	margin-bottom:35px;
}

/**** Estilos Caja Menú *****/
.caja_menu_ee{
	background-color: #f2f2f2;
	padding: 0px;
	margin-left:-15px;
	margin-right:-15px;
}
.caja_menu_ee > h3{
	background-color: #0097a4;
	color:#fff;
	font-family: 'Foco-Bold';
	font-weight:100;
	font-size:18px;
	margin: 0;
	padding: 20px 40px;
}

.caja_menu_ee > ul {
	padding: 0 40px;
}

.caja_menu_ee > ul > li{
	padding: 15px 0;
	margin-top: 5px;
    list-style: none;
    
}
.caja_menu_ee > ul > li:nth-child(1) {
	border-bottom: 1px solid #e0e0e2;
}
.caja_menu_ee > ul > li > a {
	color: #FF6B01;
    font-size: 16px;
    font-family: 'Foco-Bold';
    text-transform: uppercase;
}

.items_terminos{
	border-top: rgba(255,255,255, 0.3) 1px solid;
	border-bottom:rgba(255,255,255, 0.3) 1px solid;
	padding-top:10px;
	padding-bottom:15px;
}

.items_terminos > li {
	font-size: 16px !important;
    padding: 0 !important;
}
.items_terminos > li:nth-child(1) {
	border-bottom:  none !important;
}

.items_terminos > li > a {
	font-family: 'Foco-Bold';
	margin-bottom:0px !important;
	color:#797979 !important;
	text-transform: none !important;
}

/**** Estilos Login *****/
.formulario-bw {
	margin: 30px;
	height: 420px;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.3);
box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.login_ee{
	margin-top:20px;
	padding: 15px 40px;
	background: #e8e8e8;
}

.login_ee > label{
	font-family: 'Geomanist-Light';
	font-size:14px;
	color:#797979;
	width:100%;
	margin-top:10px;
}

input[type="text"], input[type="password"], input[type="email"] {
	background-color: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid #d4d4d6;
    text-align: left;
    padding: 10px 10px 5px;
	font-family: 'Geomanist-Light';
	font-size:16px;
	font-weight:100;
	color:#797979;
}

textarea {
	font-family: 'Geomanist-Light';
	font-size: 16px !important;
	color: #797979;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
}
:focus {
    outline: none;
}

.login_ee > input[type="submit"]{
	display:block;
	margin: 25px auto 15px;
	width:130px;
	height:40px;
	background-color:#0097a4;
	border:none;
	color:#fff;
	font-family: 'Foco-Bold';
	font-size:16px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.btn-principal {
	display: inline-block;
	margin: 25px auto 15px;
	width:130px;
	height:40px;
	background-color:#0097a4;
	border:none;
	color:#fff;
	font-family: 'Foco-Bold';
	font-size:16px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-principal:hover {
	background-color: #FF6B01;
	color: #ffffff;
    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    -ms-transition: all 0.50s ease-out;
    -o-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}
.btn_formulario{
	margin:0px 15px 12px;
	height:40px;
	background-color:#5ac2b8;
	border:none;
	color:#fff;
	font-family: 'Foco-Bold';
	font-size:18px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width:150px;
	-webkit-box-shadow:inset -3px -3px 0 0 #44aba1;
	box-shadow:inset -3px -3px 0 0 #44aba1;
}


table > tbody > tr > td > div >input, table > tbody > tr > td > input{
	display: block;
    margin: 25px auto 15px;
    width: 90%;
    height: 40px;
    background-color: #0097a4;
    border: none;
    color: #fff;
    font-family: 'Foco-Bold';
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


table > tbody > tr > td > div >input:hover, table > tbody > tr > td > input:hover{
	background-color: #FF6B01;
	-webkit-transition: all 0.50s ease-out;
-moz-transition: all 0.50s ease-out;
-ms-transition: all 0.50s ease-out;
-o-transition: all 0.50s ease-out;
transition: all 0.50s ease-out
}

.btn_formulario:hover{
	background-color:#44aba1;
	-webkit-box-shadow:inset 3px 3px 0 0 #5ac2b8;
	box-shadow:inset 3px 3px 0 0 #5ac2b8;	
	-webkit-transition: all 0.50s ease-out;
-moz-transition: all 0.50s ease-out;
-ms-transition: all 0.50s ease-out;
-o-transition: all 0.50s ease-out;
transition: all 0.50s ease-out;
}
table > tbody > tr[bgcolor="#e7e7e7"] {
	background-color: #ffffff !important;
	} 
	
table > tbody > tr [bgcolor="#e7e7e7"] {
	background-color: #ffffff !important;
	} 
.login_ee > input[type="submit"]:hover{
	background-color: #FF6B01;
	-webkit-transition: all 0.50s ease-out;
-moz-transition: all 0.50s ease-out;
-ms-transition: all 0.50s ease-out;
-o-transition: all 0.50s ease-out;
transition: all 0.50s ease-out;
}
.login_ee > a{
	font-family: 'Geomanist-Light';
	font-size:14px;
	text-align:center;
	color:#FF6B01;
	margin-left: 58px;
	text-decoration: underline;
}

/**** Fin Estilos Login *****/

/**** Fin Estilos Caja Menú *****/


/***** Estilos Quienes******/

a > .text_enviar {
	font-family: 'Geomanist-Book';
	color: #FF6B01;
}
a > .text_enviar:hover {
	color: #FF6B01;
	text-decoration: underline;
}
.texto_noofer {
	font-family: 'Geomanist-Light';
	font-size: 18px;
	color: #888888;
}

.quienes{
	background-color:#ff9b39;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:20px;
	padding:10px;
	padding-left:50px;
	padding-top:25px;
	padding-bottom:10px;
}

.quienes > p{
	font-size:29px;
	font-family: 'latobold', Arial, sans-serif;
	line-height:31px;
	color:#fff;
	background-image:url(../img/linea_blanca.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	padding-bottom:5px;
}

.quienes > p > b{
	font-family: 'latoregular', Arial, sans-serif;
	font-weight:100;
	color:#142f81;
}

/*****Fin Estilos Quienes******/


/***** Estilos Slide Pri******/
.slide_pri{
	min-height:265px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left:-15px;
	margin-right:-15px;
}

.titulo_pagina{
	font-family: 'Geomanist-Book';
	font-size:20px !important;
	color:#FF6B01;
	margin-top:20px;
}

.titulo_pagina > b{
		font-family: 'latobold', Arial, sans-serif;
}

.parrafo1{
	font-family: 'Geomanist-Light';
	color:#797979;
	font-size: 18px;
	line-height:22px;
}

.contenido_home{
	margin-left:40px;
	margin-top:50px;	
}

.aviso{
    background: #0097a4;
    margin: 45px 40px 40px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}


.parrafo_aviso{
	font-family: 'Geomanist-Light';
    font-size: 18px;
    text-align: center;
    padding: 30px 20px;
    color: #ffffff;
    line-height: 26px;
}

.parrafo_aviso > b{
	font-family: 'Geomanist-Book';	
}

/***** Fin Estilos Slide Pri******/

/***** Estilos Caracteristicas******/
.caracteristica{
	margin-bottom:12px;	
}
.caracteristica > h3{
	color:#5c5d5d;
	font-family: 'Geomanist-Book';
	margin-top:0px;
}

.caracteristica > h3 > b{
	color:#FF9C28;
}

.caracteristica > p{
	font-size:18px;
	line-height:22px;
	font-family: 'Geomanist-Light';	
	color:#5c5d5d;
	padding-bottom:14px;
}


.parrafo, td > ul{
	font-size:15px;
	line-height:18px;
	font-family: 'latolight', Arial, sans-serif;	
	color:#949393;
	padding-bottom:12px;
	margin-left:30px;
	margin-right:30px;
}

td > ul > li{
	margin-bottom:10px;
	margin-right:20px;
}


/*****Fin Estilos Caracteristicas******/

/*****Estilos Sección 2******/

.seccion2{
	background-color: #f5f5f5;
	margin-bottom:25px;
}
.mini_seccion2{
	padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
	text-align: center;
}
.mini_seccion2 > h2{
	font-family: 'Geomanist-Book';
	font-size:20px;
	color:#ff6007;
	margin-top:5px;
}

.mini_seccion2 > h2 > b{
	font-family: 'Geomanist-Book';
	font-size:31px;
}

.mini_seccion2 > p{
	font-family: 'Geomanist-Light';
	font-size:18px;
	line-height:28px;
	color:#a9a9a9;
	font-weight:100;
	margin-bottom:25px;
}

.destacado{
	text-align:right !important;
	margin-top:5px !important;
	font-family: 'latobold', Arial, sans-serif !important;
	color:#FF9C28 !important;
	font-size:24px !important;
}

.mini_seccion2 > p > b{
	font-family: 'Geomanist-Book';
	font-size:18px;
	line-height:22px;
	color:#797979;
}
.frase_seccion2{
	padding-top:95px;
	padding-right:100px;
}
.frase_seccion2 > p{
	font-family: 'latolight', Arial, sans-serif;
	font-size:30px;
	line-height:32px;
	color:#ff9b39;
}
.texto_verde{
	color:#5ac2b8;
	font-size:24px;
	line-height:35px;
	word-spacing:3px;
}

.frase_seccion2 > p > b{
	color:#5ac2b8;
	font-family: 'latobold', Arial, sans-serif;
	font-weight:100;
	font-size:34px;
}

/*****Fin Estilos Sección 2******/

/*****Estilos  Tarjetas******/


.tarjeta{
	padding-bottom: 20px;
	background-color: #ffffff;
	margin-bottom:25px;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
	-webkit-box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
}

.texto_cierre{
	font-family: 'Geomanist-Book';
	font-size:20px;
	color:#868484;
	margin-bottom:40px;
	margin-top:15px;
}


.tarjeta > h4{
	text-align: center;
    font-family: 'Geomanist-Book';
    font-size: 18px;
    color: #ffffff;
    padding: 20px;
    background: #ff6007;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.tarjeta > p{
	padding: 20px;
	text-align: justify;	
	font-family: 'Geomanist-Light';
	font-size:14px;
	color:#949393;
	min-height:200px;
	margin-left:12px;
	margin-right:12px;
}
.tarjeta b{
	font-family: 'Geomanist-Book';
}
.btn_sitio{
	font-family: 'Geomanist-Book';
	margin-top: 40px;
	width:300px;
	background-color: rgba(0,151,164,1.00);
	color:#fff;
	font-size:18px;
	padding:15px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
	text-align:center;
	margin-bottom:30px;
}



.btn_sitio:hover{
		background-color:#FF6B01;
		color:#fff;
		text-decoration:none;
	-webkit-transition: all 0.50s ease-out;
-moz-transition: all 0.50s ease-out;
-ms-transition: all 0.50s ease-out;
-o-transition: all 0.50s ease-out;
transition: all 0.50s ease-out;
}


.btn_sitio2{
	font-family: 'Geomanist-Book';
	margin:10px auto;
	display:block;
	width:220px;
	background-color: rgba(0,151,164,1.00);
	color:#fff;
	font-size:16px;
	padding:10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	margin-bottom:0px;
	
}



.btn_sitio2:hover{
		background-color: #FF6B01;
		color:#fff;
		text-decoration:none;
	-webkit-transition: all 0.50s ease-out;
-moz-transition: all 0.50s ease-out;
-ms-transition: all 0.50s ease-out;
-o-transition: all 0.50s ease-out;
transition: all 0.50s ease-out;
}

.footer{
	text-align:center;
	font-family: 'Geomanist-Regular';
	font-size:14px;
	color:#595a5d;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #ffffff;
	border-top: 1px solid #d7d7d7;
}

.titulos_contenido{
	margin-left: 30px;
	color: #797979;
	text-transform: uppercase;
}

td > .form-control{
	margin-left:10px;
	margin-bottom:10px;	
}

td > label{
	font-family: 'latoregular', Arial, sans-serif;
	font-size:14px;
	color:#949393;
}




/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #55b247;
	height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
	font-family: 'latoregular', Arial, sans-serif;
	font-size:14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
    font-family: 'latoregular', Arial, sans-serif;
	font-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
    font-family: 'latoregular', Arial, sans-serif;
	font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    font-family: 'latoregular', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
	font-family: 'latoregular', Arial, sans-serif;
	font-size:12px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
	font-family: 'latoregular', Arial, sans-serif;
	font-size:12px;
    color: #707174;
    font-size: 12px;
    text-align: left;
}
.textos_o a:link {
    color: #707174;
    font-weight: bold;
}
.textos_o a:visited {
    color: #707174;
    font-weight: normal;
}
.textos_o a:hover {
    color: #55b247;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
	font-family: 'latoregular', Arial, sans-serif;
	font-size:12px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#right {
    float: right;
}
.textos_g_14 {
	font-family: 'latoregular', Arial, sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	color: #797979;
    font-family: 'Geomanist-Light';
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.detalle_titulo {
    color: #5c5d5d;
    font-family: 'Geomanist-Book';
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
	font-family: 'latoregular', Arial, sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	font-family: 'Geomanist-Book';
	color: #707174;
	font-size: 14px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
	font-weight: bold;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}


.titulo_tabla{
    background-color: #ff6007;
    color: #FFFFFF;
    font-family: 'Geomanist-Light';
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 6px;
    text-align: center;
}
.texto_tablalink{
	color: #ff6007;
    font-family: 'Geomanist-Light';
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a{
	color: #FF6B01;
    font-family: 'Geomanist-Light';
    font-size: 14px;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: #999999;
	text-decoration: underline;
}
.texto_tabla{
	font-family: 'Geomanist-Light';
	color: #797979;
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 14px;
}

.tabla_gris > tbody  > tr{
	background-color: #ffffff !important;	
}

#spanSiguiente a, #linkSpan a {
	color: #ff6007;
}
.terminosycondiciones table[style]{background-color:transparent!important;}