@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#D02705;}
a:hover{color:#801601;}
a img {border-width:0;}



body{
	background:#F9C04F url("img/fondo.jpg") repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:normal;
	color:#472A0B;
}

#todo{
	background: url("img/superior.jpg") no-repeat top;
	position:relative;
	margin: 0 auto;
	width:980px;
}

#superior{
	position:relative;
	margin: 0 auto;
	width:950px;
	height:200px;
	background: url("img/superior.gif") repeat-x top;
}

#logo{
	position:absolute;
	left: 70px;
	top: 20px;
	width: 330px;
	height: 160px;
}

#menuhorizontal{
	position:absolute;
	left: 420px;
	top:143px;
}

#menuhorizontal a{
	display:block;
	float:left;
	padding:11px 20px;
	font-size: 12px;
	font-weight:bold;
	color:#FFD37F;
}
#menuhorizontal a:hover{
	background: url("img/menu.jpg") repeat-x top;
	color:#fff;
}

#central{
	background: #fff url("img/central.jpg") repeat-x top;
	margin:0 120px 0 70px;
	padding: 15px;
	height: auto !important;
	height: 480px;
	min-height: 480px;
	border:#6D351C 1px solid;
}

#lateral{
	background: url("img/linea.gif") no-repeat top right;
	width:270px;
	float:left;
	margin-right: 20px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}


h1{
	color:#FF8400;
	font-size: 21px;
	text-transform:uppercase;
	font-weight:normal;
	padding: 5px 0 20px 20px;
}
h2{
	padding: 10px 0 5px 30px;
	color:#CF6B00;
	font-size:16px;
}
p{
	font-size:12px;
	padding: 5px 35px;
	color:#000;
	line-height: 120%;
}
li{
	font-size:11px;
	margin: 0 30px 2px 380px;
	color:#831400;
}
li span{
	color:#152E04;
}

#inferior{
	margin: 5px auto;
	text-align:center;
	font-size:9px;
	line-height:150%;
	color:#000;
}



