@charset "utf-8";
body {
	background-color: #E8F281;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #798651;
	background-color: #E8F281;
	background-position: 0px 0px;
	margin: 0px auto;
	padding-bottom:20px;
	font-size:14px;
	width:960px;
	border-bottom:7px solid #8E9D62;
}
div#header {
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
	height: 263px;
	width: 960px;
	margin:0 auto;
}
div#header ul{
	width:800px;
	list-style:none;
	float:left;
	margin:230px 0 0 210px;
	//margin:230px 0 0 250px;
	font-size:13px;
}
div#header ul li{
	font-weight:bold;
	color:#333;
	float:left;
	border-right:2px solid #333;
	margin-right:20px;
	padding-right:20px;
}
div#header ul li a{
	color:#333;
	text-decoration:none;
}
div#header ul li a:hover,div#header ul li a.active{
	color:#798651;
}
div#cuerpo{
	width:910px;
	margin: 0;
	padding:30px 0 0 20px;
}
div#cuerpo h1{
	font-size:23px;
}
div#cuerpo p{
	color:#333;
}
div#cuerpo h2{
	font-size:16px;
	text-align:right;
}
div#cuerpo h3{
	font-size:16px;
}
div.hoja{
	width:850px;
	border:1px solid #000;
	background-color:#fff;
	padding:30px;
}
