/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}

#contenedor{
	margin: auto;
	width: 900px;
	border: 1px solid #990000;
}

#flash{
	width: 900px;
	height: 100px;
}

#buscar{
	width: 420px;
	float: left;
	border-top: 1px solid #990000;
	padding-left: 10px;
}

#clima{
	width: 320px;
	float: left;
	border-top:1px solid #990000;
}

#botones{
	width: 150px;
	float: left;
	border-top:1px solid #990000;
}

#botones ul li{
	list-style: none;
	background: url(../images/bullet.png) no-repeat left;
	float: left;
	padding-left: 12px;
	padding-right: 10px;
}

#botones ul li a{
	color: #333333;
	text-decoration: none;
}

#logo{
	background: url(../images/logo1b.gif) no-repeat;
	width: 315px;
	height: 0;
	padding-top: 88px;
	overflow: hidden;
	float: left;
}

#menu{
	background-color: #FFFFFF;
	float: left;
	padding-top: 38px;
}

#menu ul{
	width: 585px;
}

#menu ul li{
	list-style: none;
	background: url(../images/separadormenu.png) no-repeat left;
	float: left;
	height: 50px;
	width: 65px;
	text-align: center;
}

#menu ul li a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 65px;
	height: 25px;
	padding-top: 25px;
}

#menu ul li a:hover, #menu ul li a.activo{
	width: 65px;
	background-color: #990000;
	color: #FFFFFF;
}

#fecha{
	width: 240px;
	padding: 4px 0 4px 10px;;
	background-color: #990000;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
}

#submenu{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #990000;
	color: #FFFFFF;
	float: left;
}

#submenu ul{
	width: 630px;
	padding-right: 20px;
	text-align: right;
}

#submenu ul li{
	display: inline;
	list-style: none;
}

#submenu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#submenu ul li a.activo{
	font-weight: bold;
}

#contenido{
	padding: 5px;
}

#contenido-izq-portada{
	width: 465px;
	float: left;
}

#contenido-cen-portada{
	width: 178px;
	float: left;
	border: 1px solid #990000;
}

#contenido-der-portada{
	width: 235px;
	float: left;
	padding-left: 10px;
}

#contenedor-interior{
	float: left;
	width: 710px;
}

#contenido-izq-interior{
	width: 424px;
	float: left;
	border-right: 1px solid #CCCCCC;
}

#contenido-cen-interior{
	width: 280px;
	float: left;
	padding-left: 5px;
}

#contenido-der-interior{
	width: 178px;
	float: left;
	border: 1px solid #990000;
}

#ofertas{
	border-top: 1px solid #990000;
	padding: 5px 10px 10px 10px;
}

#menuinferior{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
}

#menuinferior ul li{
	display: inline;
	list-style: none;
}

#menuinferior ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.clear-l{
	clear: left;
}

.titulo-rojo, .titulo-rojo a
{
	color: #990000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.enlace-rojo-r a
{
	color: #990000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.antetitulo-noticia{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
}

.titulo-noticia
{
	font-weight: bold;
	font-size: 18px;
	color: #990000;
}

.titulo-noticia a
{
	color: #990000;
	text-decoration: none;
}
.titulo-noticia-principal a
{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.antetitulo-noticia-principal{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding-top: 20px;
}
.encabezado-noticia-principal{
	font-size:15px;
}
.titulo-noticia-principal
{
	font-weight: bold;
	font-size: 20px;
	color: #990000;
}
.titulo-noticia-menor a
{
	font-weight: bold;
	font-size: 15px;
	color: #990000;
	text-decoration: none;
}

.encabezado-noticia-detalle{
	text-align: left;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
.encabezado-noticia,texto-noticia{
	text-align: left;	
}
.encabezado-noticia{
	font-size:14px;
	padding:2px 5px 2px 5px;
}
.tabla-seccion{
	background-color: #E9E9E9;
}

.titulo-seccion-bgrojo{
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.contenido-seccion{
	padding: 5px;
	text-align: left;
}

.texto-negritas{
	font-weight: bold;
}

.texto-negritas a{
	color: #333333;
	text-decoration: none;
}
.pie_de_foto{
	font-style:italic;
}
