@charset "utf-8";
/* CSS Document */


/****************************************/
/*             Acordeon FAQ             */
/****************************************/


	.pageContent { width: 490px; height:360px;}
	.accordion { list-style-type: none; padding: 0px;}
	.accordion ul { padding: 0px; margin: 0px; float: left; display: block; width: 100%; }
	.accordion li { background: #F1F1F1; cursor: pointer; list-style-type: none; padding: 0px; margin: 0px; float: left; display: block; width: 100%;}
	.accordion li.active>a { background: url('close.gif') no-repeat center right; }
	.accordion li div { padding: 20px; background: #d4e5f5; display: block; clear: both; float: left; width: 450px;}
	.accordion a { text-decoration: none; border-bottom: 1px solid #e0e0e0; font: 12px/25px Arial, sans-serif; color: #222; padding: 0 10px; display: block; cursor: pointer; background: url('open.gif') no-repeat center right;}
	.mailto a { text-decoration: none; border-bottom: 0px solid #e0e0e0; font: 12px Arial, sans-serif; color: #222; padding: 0px; cursor: pointer; background: url('open.gif') no-repeat center right;}
	
	/* Level 2 */
	.accordion li ul li { background:  }
	
	
/****************************************/
/*             General                  */
/****************************************/

html{
	height:100%;
	*height:;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image: url(../img/fondo_pattern.gif);
	background-repeat: repeat;
	height:100%;
}

hr { height: 1px; width: 100%; margin: 15px 0 15px 0; border: 0; border-top: 1px dotted #999; display: block; clear: both; }

.texto{
	color:#333;
	text-align:justify;
}
a{
	color:#369;}
a:hover{
	color:#369;
	font-weight:bold;
	}

/****************************************/
/*             CONTENEDORES             */
/****************************************/
#contenedor_form {
	width:100%;
	background-image:url(../img/container_fondo.png);
	height:1245px;
	margin:auto;
	position:absolute;
	z-index:500;
	display:block;
	text-align:center;
}
#contacto_pop{
	width:300px;
	height:220px;
	background-color:#FFF;
	padding:15px;
	border:solid;
	border-width:2px;
	border-color:#999;
	margin:auto;
	margin-top:130px;
	z-index:501;
	}


#contacto_cerrar{
	text-align:right;
	width:330px;
	height:20px;
	background-color:#17814c;
	color:#fff;
	padding:2px;
	margin:auto;
	z-index:502;
	}
#contacto_cerrar2{
	float:left;
	width:330px;
	height:20px;
	background-color:#17814c;
	color:#fff;
	padding:2px;
	margin:auto;
	margin-top:200px;
	z-index:502;
	}

#container_borde {
	width:964px;
	background-image:url(../img/container_borde.png);
	background-repeat:repeat-y;
	height:140%;
	margin:auto;
}

#container {
	width:924px;
	background-color:#ebebeb;

	margin:auto;
}

#nav{
	width:100%;
	height:127px;
	background-color:#FFF;
	}

#nav_left{
	width:230px;
	height:127px;
	float:left;
	background-color:#FFF;	
	}
#nav_right{
	width:692px;
	height:127px;
	float:left;
	background-color:#FFF;
	}
	
#nav_base{
	width:100%;
	background-image:url(../img/linea_cabezal.gif);
	background-repeat:repeat-x;
	}
#nav_facebook{
	width:100%;
	background-repeat:repeat-x;
	text-align:right;
	}
#logo {
	width:230px;
}

#sub_menu_top{
	font-size:10px;
	font-weight:bold;
	width:100%;
	height:46px;
	text-align:right;
}

#pie_borde {
	width:964px;
	background-image:url(../img/container_borde.png);
	background-repeat:repeat-y;
	margin:auto;
}

#pie{
	height:30px;
	text-align:center;
	width:924px;
	background-color:#ebebeb;
	margin:auto;
}
#mapa_caja_01{
	padding:5px;
	float:left;
	width:150px;
	}
#mapa_caja_02{
	padding:5px;
	float:left;
	width:440px;
	}
.mapa_caja_home{
	color:#FFF;
	width:120px;
	background-color:#085c9a;
	display:block;
	padding:5px;
	
}

.mapa_caja_subs{
	color:#FFF;
	float:left;
	width:120px;
	background-color:#00844b;
	display:block;
	padding:5px;
	
}

.limpia{
	clear:both;
	height:20px;
	
}

.mapa_caja_tercer{
	padding-left:15px;
	float:left;
	width:290px;
	display:block;
	
}
.boton_masinfo{
	float:right;
	color:#FFF;
	width:120px;
	background-color:#085c9a;
	display:block;
	padding:2px;
	clear:both;
	
}
/****************************************/
/*             Menu Principal           */
/****************************************/

#menu{
	width:100%;
	background-image:url(../img/menu_fondo.jpg);
	background-repeat:repeat-x;
	height:44px;
	float:left;
	
	}
#logo_claim{
	width:100%;
	height:20px;
	float:left;	
	}
#menu ul {
	padding:0px;
	padding-top:2px;
	margin:0px;
	list-style: none;
}

#menu ul li {
	text-align:center;
	padding-top:10px;
	width:97px;
	height:25px;
	float:left;
	position:relative;
	border-right-color:#fff;
	border-right-style:solid;
	border-width:thin;
}
#menu a{
	display:block;
	height:26px;
	padding-top:12px;
	margin-top:-12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
#menu a:hover{
	display:block;
	height:26px;
	padding-top:11px;
	background-color:#fff;
	margin-top:-11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#126842;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

/****************************************/
/*             Home                     */
/****************************************/

#home_centro_left{
	width:580px;
	padding-left:15px;
	float:left;

	}
#home_banner_centro{
	/*background-image:url(../img/home_banner_centro_fondo.jpg);*/
	background-repeat:no-repeat;
	width:532px;
	height:277px;
	margin-left:30px;
	}
#home_faq_cab{
	margin-left:35px;
	background-image:url(../img/home_cuadro_faq_cab.gif);
	background-repeat:no-repeat;
	width:524px;
	height:59px;
	padding-left:15px;
	}
#home_faq_fondo{
	margin-left:35px;
	background-image:url(../img/home_cuadro_faq_fondo.gif);
	background-repeat:repeat-y;
	width:524px;
	padding-left:15px;
	}
#home_faq_linea_01 a{
color:#126842;
	display:block;
	margin-bottom:2px;
	padding-top:6px;
	padding-left:5px;
	height:22px;
	background-color:#F1F1F1;
	width:490px;
	}
#home_faq_linea_01 a:hover{
color:#333;
	display:block;
	margin-bottom:2px;
	padding-top:6px;
	padding-left:5px;
	height:22px;
	background-color:#d0eec3;
	width:490px;
	}
	
#home_faq_pie{
	text-align:right;
	margin-top:-2px;
	margin-left:35px;
	background-image:url(../img/home_cuadro_faq_pie.gif);
	background-repeat:no-repeat;
	width:524px;
	height:39px;
	}
#home_centro_divisor{
	width:25px;
	float:left;

	}

#home_centro_right{
	width:268px;
	float:left;
}


#home_contactenos{
	padding-top:10px;
	width:268px;
	background-image:url(../img/base_contactenos.gif);
	background-repeat:no-repeat;
	height:221px;
	}
.input_contact{
	margin-left:5px;
	width:130px;
	height:15px;
	border-color:#999;
	border-style:solid;
	border-width:1px;
}

.home_contactenos_image{
width:66px;
height:17px;
border:none;
}

/****************************************/
/*             Interna                  */
/****************************************/

#interna_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#126842;
	padding-left:35px;

	}
	
#interna_centro_left{
	width:206px;
	padding-left:35px;
	float:left;

	}
#interna_menu_01{
	width:206px;
	height:11px;

}
#interna_menu_02{
	width:206px;
	background-image:url(../img/inter_menulat_fondo.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-bottom:5px;
}
#interna_menu_03{
	width:206px;
	height:11px;

}
#banner_int_textchat{
	margin-left:1px;
	margin-top:10px;
	width:206px;
	height:11px;
	text-align:center;
}
#interna_centro_divisor{
	width:29px;
	background-image:url(../img/inter_separador.gif);
	background-repeat:repeat-y;
	height:500px;;
	float:left;

	}
#interna_centro_right{
	padding-left:5px;
	width:610px;
	float:left;
}

/****************************************/
/*             Textos                   */
/****************************************/

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#126842;
	}


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#005a9c;
	}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#005a9c;
	}
h4{
	border-bottom: 1px solid #126842;
	border-top: 1px solid #e0e0e0;	
	display:block;
	width:80%;
	height:22px;
	padding-top:5px;
	padding-left:5px;
	background-color:#64a488;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	margin-bottom:6px;
	}

h5{
	border-bottom: 1px solid #126842;
	border-top: 1px solid #e0e0e0;	
	display:block;
	width:95%;
	height:22px;
	padding-top:5px;
	padding-left:5px;
	background-color:#64a488;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	margin-bottom:6px;
	}

.menulat a{
	margin-bottom:2px;
	padding-left:5px;
	padding-top:3px;
	background-color:#F1F1F1;
	width:170px;
	display:block;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#126842;
	text-decoration:none;
	
	}
.menulat a:hover{
	margin-bottom:2px;
	padding-left:5px;
	padding-top:3px;
	background-color:#e0e0e0;
	width:170px;
	display:block;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#126842;
	text-decoration:none;
	
	}
