@charset "iso-8859-1";
/* CSS Document */

#contenedor {
	width:1004px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0 0 0 20px;
	overflow:hidden;
	background-color:#FFFFFF
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/base.gif);
    background-repeat:repeat-x;
    background-repeat:repeat;
}

#contenedor_izq {
	width:160px;
	height:610px;
	float:left;
}

#contenedor_centro{
	width:824px;
	height:610px;
	float:left;
}

#logo{
	width:160px;
	height:160px;
}

#footer{
	width:984px;
	height:10px;
	background-image:url(../img/footer_back.jpg);
	background-repeat:repeat-y;
	float:left;
}

#banner_160xauto{
	width:160px;
	height:auto;
}

#banner_824x99{
	width:824px;
	height:99px;
}

#contenendor_menu_h{
	width:824px;
	height:28px;
	overflow:hidden;
}

#menu_autox28{
	width:auto;
	height:28px;
	float:left;
}

.home_texto{
	font-size:13px;
	font-weight:410;
	color:#0a5a75;
	text-shadow:#cccccc 0px 1px 3px;
}

.home_texto p{
	margin:0 0 18px 0;
}

.titulo_verde{
	color:#50b190;
}

#cuadro_lista{
	border:#50b190 1px solid;
	width:auto; 
	padding:0 8px 0 0;
	color:#50b190;

}

#cuadro_lista ul li{
	list-style: inside;
	color:#f4942e;
}

.campo_requerido{
	color:#f4942e;
}


