body,ul,ol,p,table,tr,td,form,h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	/*a partir de aquí libre*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2E1710;
}
ul,li{
list-style:none;
}
body {
	height:100%;
	background-color:#E0CB89;
}
html {
	height:100%;
}
#cuerpo {
	min-height:100%;
	width:990px;/*anchura igual a la del pie*/
	margin:0 auto;
	/*a partir de aquí libre*/
	background: url(imagenes/fondo_principal.png) repeat-y;
}
* html #cuerpo{
	height:100%;
}
#pie {
	position:relative;
	line-height:83px;/*altura del pie*/
	width:990px;/*anchura igual a la del cuerpo*/
	margin:0 auto;
	margin-top:-83px;/*margen negativo igual a la altura para compensar*/
	/*a partir de aquí libre*/
	background:url(imagenes/fondo_pie.png) no-repeat;
	text-align:center;
	font-size:11px;
	color:#4A2500;
}
#contenido {
	/*position:relative; esto estaba, pero me elimina  bordes dentro*/
	padding-bottom:83px;/*margen inferior igual a la altura para compensar*/
	width:990px;/*ancho asignado(normalmente igual al cuerpo) para q flote bien lo q se ponga dentro*/
	/*a partir de aquí libre*/
	overflow:hidden;
}
/*-------------------------------------------------*/
a{
color:#6D9026;
text-decoration:none;
outline:none;
}
a:hover{
color: #9BCB38
}
#cabecera{
	width:990px;
	height:110px;
	background: url(imagenes/cabecera.jpg) no-repeat;
	text-indent:-9999px;
}
#menu{
	height:120px;
	background: url(imagenes/fondo_menu.png) no-repeat left top;
	text-align:center;
}
#menu ul{
margin-left:15px;
text-align:center;
}
#menu li{
float:left
}
#menu a{
float:left;
text-decoration:none;
font-size:17px;
color:#7CA029;
font-weight:bold;
display:block;
line-height:98px;
padding-left:20px;
padding-right:20px;
margin-left:12px;
margin-right:12px;
margin-top:1px;
}
#menu a:hover{
background-color:#F5F5F5;
}
#rotulo{
background:url(imagenes/fondo_rotulo.png) no-repeat left top;
height:60px;
}
#rotulo h2{
padding-left:35px;
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
color:#6D9026;
}
#textos{
margin:20px 50px 20px 50px;
text-align:justify;
line-height:130%;
}
#pie a{
color:#4A2500;
}
#pie a:hover{
color: #6D9026;
}
