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

@import url("reset.css");
@import url("general.css");
body {
	background-color: #E1DAC8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#cabecera {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenido {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor {
	background-color: #FFF;
	padding-bottom: 10px;
}
#area {
	width: 670px;
	float: left;
	font-size: 15px;
	line-height: 1.3em;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#area h1 {
	color: #555658;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#area h2 {
	color: #5C8F40;
	font-size: 20px;
}
#area h3 {}
#area a {
	color: #5C8F40;
	text-decoration: none;
	font-weight: bold;
}
#area a:hover {
	text-decoration: underline;
}
#area p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#area ul {
	list-style-type: disc;
	padding-left: 30px;
}

#area li {
	list-style-type: disc;
	list-style-image: url(../images/item.jpg);
}
#menu {
	background-color: #ECE8DD;
	width: 250px;
	margin: 10px;
	float: right;
}
#menu h2 {
	color: #555658;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 30px;
	text-decoration: none;
	color: #C00;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/luna_estrella.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
#menu a:hover {
	background-color: #E0E0E0;
	color: #555658;
}
#pie {
	clear: both;
	background-color: #ECE8DD;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#default .col_izq{
	float: left;
	width: 270px;
}
#default .col_der{
	float: left;
	width: 389px;
	margin-left: 10px;
}
#default .modulos{
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#default .modulos h1{
	font-size: 16px;
	margin: 0px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#default .modulos h2{
	font-size: 16px;
	margin: 0px;
	color: #333;
	padding: 0px;
}
#default .modulos h3{
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
}
.foto {
	margin: 0px;
	height: 102px;
	width: 102px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.volver {
	clear: both;	
	}
#documentos .documento{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8DD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#documentos .categoria{
	font-size: 12px;
}
#documentos .titulo{
	font-weight: bold;
}
#documentos .autor{
	font-size: 12px;
}
#documentos .descarga {
	font-size: 14px;
}
#prensa .prensa{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8DD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#prensa .titulo{
	font-weight: bold;
}
#prensa .descarga {
	font-size: 14px;
}
#contacto label {
	display: block;
	font-size: 14px;
}
#noticias .noticia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8DD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#noticias h2 {
	font-size: 16px;
}
#noticias .fecha {
	font-size: 12px;
}
#noticias .more {
	font-size: 12px;
}
