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

body {
	background-image: url(fondo.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
#contenedorprincipal {
	height: auto;
	width: 900px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}
#newsfechas {
	float: left;
	height: 485px;
	width: 185px;
	margin-left: 10px;
}
#centro {
	height: 485px;
	width: 900px;
	background-repeat: no-repeat;
	float: right;
	background-image: url(imagenes/centro.jpg);
}
#pie {
	height: 124px;
	width: 900px;
	float: left;
}
#cabeza {
	height: 278px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cuenta {
	height: 83px;
	width: 411px;
	float: none;
	padding-left: 50px;
	position: absolute;
	left: 313px;
	top: 578px;
	clear: both;
}
#NovLink {
	float: right;
	height: 400px;
	width: 430px;
	background-color: #EAEAEA;
	padding: 10px;
	margin-top: 5%;
	margin-right: 15%;
	margin-left: 10%;
	margin-bottom: 0%;
	border: medium solid #333333;
	overflow: auto;
}
.txtnov {
	font-size: 10pt;
}


#infocentro {
	float: right;
	height: 400px;
	width: 700px;
}
a.nov:link {
	font-size: 10pt;
	color: #999999;
}
a.nov:visited {
	font-size: 10pt;
	color: #999999;
}
a.nov:hover {
	font-size: 11pt;
	color: #999999;
}

.titulonov {
	font-size: 12pt;
	color: #AB1032;
	font-weight: bold;
}
