/* CSS Document */
	*{  padding:0; margin:0; font-family:Arial, Helvetica, sans-serif;  text-decoration:none; }
	html{ width:100%; height:100%;}
	
	body{
		font-size:12px;
		background:#FFF; 
		color:#333;
		width:100%;
		height:100%;
	}
	
	h1{ font-size:25px;}
	
	.contenedor{ width:964px; margin:0 auto;height:100%;}
		.cabecera{ width:964px; }
			.top_cabecera{ height:205px; background:url(../img/cabecera.jpg) top center no-repeat; }
			.bot_cabecera{ text-align:center; padding-top:12px; }
		.cuerpo{ width:964px; }
			.contiene_dos_partes{overflow:hidden;}
				.izquierda{ width:487px; float:left;}
					.menu{ width:100%; padding-top:24px; padding-bottom:20px;}
					.seccion{ width:469px;}
						.top_seccion{ background:url(../img/top_recuadro.png) top center no-repeat; height:28px;}
						.centro_seccion{ background-color:#e3e3e3;}
							.esta_dentro_centro_seccion{ padding-left:16px; padding-right:16px;}
								.esta_dentro_centro_seccion .cab{ padding-bottom:5px; font-size:27px; letter-spacing:-2px; line-height:90%; color:#30b8c6; font-weight:bold;}
								
						.pie_seccion{background:url(../img/pie_recuadro.png) top center no-repeat; height:28px;}
						
				.derecha{ width:460px; float:left; padding-left:17px; }
					.formulario{ width:460px;padding-top:6px;}
					.top_formulario{ width:460px; height:129px; background:url(../img/top_formulario.png) top center no-repeat;}
						.cabecera_formulario1{ padding-left:22px; padding-right:108px; padding-top:65px; color:#333; font-size:14px; letter-spacing:-1px;}
						.cabecera_formulario2{ padding-left:22px; padding-top:10px; padding-right:86px;color:#2d2b2c; text-align:center;}
						.cabecera_formulario1 strong{ letter-spacing:-0.8px;}
						.cabecera_formulario2 h3{ font-size:14px;letter-spacing:-1px;}
					.centro_formulario{ width:460px; background:url(../img/centro_formulario.png) top center repeat-y; }
						.contiene_form{padding-top:15px; padding-left:23px;}
					.pie_formulario{ width:460px; height:19px; background:url(../img/pie_formulario.png) top center no-repeat;}

	.li_sep{ color:#999; }
	.ul_menu{ overflow:hidden; list-style:none;}
		.ul_menu li{ float:left; text-transform:uppercase; font-weight:bold;letter-spacing:-1px;padding:0px 3px; }
	
	.li_menu a{ color:#2e2e2e; font-size:14px; letter-spacing:-1px;}
	
	.li_sel{ background-color:#2e2e2e; padding:0px 3px;}
	.li_sel a{color:white;}
	
	.destacado_a{ font-size:16px; letter-spacing:-1px;color:#30b8c6;}
	
	
	.destacado_b{font-size:28px; letter-spacing:-1px; font-weight:bold;}
	.destacado_b span{ font-variant:small-caps;}
	.destacado_b b{color:#30b8c6;}
	
	.destacado_c{font-size:25px; letter-spacing:-1px; font-weight:bold; padding-top:20px;}
		.destacado_c  b{color:#30b8c6; font-size:30px;}
	
	.home_C{ padding:0px 15px;}
	
	.cab_pie{ background:url(../img/cabecera_listado.jpg) no-repeat top left; height:28px; margin-top:50px;}
	.pie{ padding:0px 20px 28px 20px;  background-color:#969596;}
	.pie a{ color:#FFF;}