@charset "UTF-8";
body {
	color: #666;
	background-color: #FFF;
	background-image: url(img-nav/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	color: #67A59C;
}
a:hover {
	color: #CC6600;
}
#cabecera {
	background-image: url(img-nav/cabecera.jpg);
	height: 146px;
	width: 790px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
#navegacion {
	width: 790px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#navegacion a {
	text-decoration: none;
	color: #CC6600;
}
#navegacion a:hover, #navegacion .on {
	color: #67A59C;
}
#cuerpo {
	width: 500px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#cuerpo h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 20px;
}
#cuerpo p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#pie {
	width: 790px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#bandera-mh {
	top: 0;
	right: 0px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
	background-image: url(img-nav/mh.png);
	height: 116px;
	width: 113px;
}
.spip_documents_right {
	margin-bottom: 15px;
	margin-left: 15px;
}
.spip_documents_left {
	margin-bottom: 15px;
	margin-right: 15px;
}
.spip_documents {
	text-align: center;
}
.spip_documents_center {
	clear: both;
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
}
span.spip_documents_center {
	display: block;
	margin-top:1em;
}
.spip_doc_titre {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}
.img-lateral-izq {
	margin-left: -200px;
	float: left;
}
.img-lateral-der {
	margin-right: -200px;
	float: right;
}