@import url("menu.css");
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body{
	width:100%;
	background-color:#133771;
	height:100%;
	background-image:url(../img/bg-contenedor.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}
#contenedor{
	width:1025px;
	height:100%;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#contenedor a img{
	border:0;
}
#logo {
	background-image: url(../img/bg-logo.png);
	background-repeat: no-repeat;

	float: left;
	height: 340px;
	width: 300px;
	margin-top: -9px;
}
/********* ACTUALIDAD *************/
#actualidad{
	width:295px;
	float:left;
	margin-top: 1px;
}

#actualidad p {
	padding-left:25px;
	padding-right:25px;
}

#ini-actualidad {
	background-image: url(../img/bg-ini-actualidad.png);
	height: 50px;
	width: 295px;
	margin-right: 5px;
}

#bg-actualidad {
	background-image: url(../img/bg-bg-actualidad.png);
	background-repeat: repeat;
	width: 295px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 5px;
}
#bg-actualidad a{
	color:#669900;
	text-decoration:none;
	font-size:13px;
}
#bg-actualidad a:hover{
	color:#999999;
}
#fin-actualidad {
	background-image: url(../img/bg-fin-actualidad.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 295px;
	padding-bottom:20px;
}
/*********** TITULOS ***************/
#titulo {
	float: right;
	height: 68px;
	width: 725px;
	margin-bottom: 5px;
	
}
.cartel {
	background-image: url(../img/bg-cartel.png);
	background-repeat: no-repeat;
}
.noticias {
	background-image: url(../img/bg-noticias.png);
	background-repeat: no-repeat;
}
.entradas {
	background-image: url(../img/bg-entradas.png);
	background-repeat: no-repeat;
}
.localizacion {
	background-image: url(../img/bg-localizacion.png);
	background-repeat: no-repeat;
}
.links {
	background-image: url(../img/bg-links.png);
	background-repeat: no-repeat;
}
.prensa {
	background-image: url(../img/bg-prensa.png);
	background-repeat: no-repeat;
}
.ediciones {
	background-image: url(../img/bg-ediciones.png);
	background-repeat: no-repeat;
}
.onvalladolid {
	background-image: url(../img/bg-on.png);
	background-repeat: no-repeat;
}
.amigos{
	background-image: url(../img/bg-amigos.png);
	background-repeat: no-repeat;
}
/*********** CONTENIDO ***************/
#contenido{
	width:725px;
	padding-left:0px;
	float:right;
	background-color: #FFFFFF;
}

#contenido_galeria{
	width:725px;
	padding-left:0px;
	float:right;
	background-color: #FFFFFF;
}
#bg-contenido {
	background-image: url(../img/bg-bg-contenido.png);
	background-repeat: no-repeat;
	width: 585px;
	padding:30px 70px;
}

#bg-contenido_galeria {
	background-image: url(../img/bg-bg-contenido.png);
	background-repeat: no-repeat;
	width: 700px;
	padding:30px 10px;
}
#fin-contenido {
	background-image: url(../img/bg-fin-contenido.png);
	background-repeat: no-repeat;
	width: 725px;
	height:50px;
}
#bg-contenido a{
	color:#669900;
	text-decoration:none;
	font-size:13px;
}
#bg-contenido a:hover{
	color:#999999;
}
/*********** PATROCINADORES *************/
#patrocinadores{
	width:100%;
}
#patrocinadores-secundarios {
	background-image:url(../img/pie.png);
	background-repeat:no-repeat;
	float: none;
	width: 1025px;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#patrocinadores-principales{
	width:300px;
	background-color:#FFF;
	padding:10px 0;
	float:left;
}
#patrocinadores a img{
	border:0;
}
/************* CARACTERÍSTICAS GENERALES ************/
.clear {
	clear: both;
}
.hidden {
	display: none;
}
#banner {
	clear: both;
	float: right;
	height: 90px;
	width: 1025px;
	background-color: #333333;
	margin-bottom: 20px;
}
#reproductor {
	background-color: #000000;
	float: right;
	height: 250px;
	width: 725px;
	margin-top: 5px;
}
