body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(../imagenes/fondo.gif);*/
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover{
	background-color: #915032;
	color: #fff;
}
#contenedor {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	background-color: #fff;
	border-bottom: 1px solid #8da277;
}
#cabecera {
	height: 55px;
}
#logo {
	float: left;
}
#idiomas {
	float: right;
	margin-top: 40px;
}
#contenidoscentrales {
	clear: both;
	height: 295px;
}
#fotoportada {
	float: left;
	border-top: 1px solid #8da277;
	height: 295px;
	background-color: #8da277;
}
#bienvenida {
	height: 295px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/portada-fondo.jpg);
	background-repeat: no-repeat;
}
#bienvenida p {
	width: 315px;
	margin-top: 0px;
	padding: 10px;
}
#bienvenida strong {
	color: #915032;
	font-weight: bold;
	line-height: 2.5em;
}
#bienvenida img {
	padding: 2px;
}
#menu {
	clear: both;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #915032;
	list-style-type: none;
}
#menu ul li {
	width: 150px;
	padding-left: 5px;
	border-bottom: 1px solid #915032;
}
#menu li:hover {
	background-color: #915032;	
}
#menu li a {
	width: 150px;
}
#menu li a:hover {
	width: 150px;
	background-color: #915032;
	color: #fff;
}
#novedades, #noticias {
	float: right;
	margin-left: 20px;
	width: 215px;
	height: 100px;
	background-color: #c6ded0;
	overflow: auto;
}
#novedades h2, #noticias h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 4px;
	color: #fff;
	background-color: #915032;
}
#novedades p, #noticias p {
	margin-top: 2px;
}
#pie {
	clear: both;
	text-align: center;
}
