@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/fondo_body.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.recuadro {
	background-image: url(imagenes/fondo_recuadro.gif);
	width: 178px;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#barra {
	float: none;
	height: 15px;
	width: 100%;
	background-image: url(imagenes/fondo_barra.gif);
	background-repeat: repeat-x;
}
#contenedor {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(imagenes/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	float: left;
	height: 254px;
	width: 1000px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_index {
	margin: 0px;
	float: left;
	height: 274px;
	width: 1000px;
	padding: 0px;
}


#botonera {
	background-image: url(imagenes/fondo_botonera.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 1000px;
	background-position: center center;
}
#botonera a:link, #botonera a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#botonera a:hover {
	text-decoration: underline;
}
#botonera ul {
	margin: 0px;
	padding: 0px;
}
#botonera ul li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#contenido {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	background-image: url(imagenes/fondo_contenido.gif);
}
#titulo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 73px;
	width: 1000px;
}
#texto {
	margin: 0px;
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 0px;
	padding-left: 250px;
	text-align: left;
	line-height: 21px;
}
#texto a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
#texto a:hover {
	text-decoration: underline;
}


#texto img {
	padding: 0px;
	float: right;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000000;
}
#texto_campana {
	margin: 0px;
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
	text-align: left;
	line-height: 21px;
}
#footer {
	background-image: url(imagenes/fondo_footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 820px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 180px;
	line-height: 23px;
}
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#titulo_ultimodia {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 55px;
	width: 1000px;
}
#texto_ultimodia {
	margin: 0px;
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 0px;
	padding-left: 250px;
	text-align: left;
	line-height: 0px;
	height: 700px;
}
.hora {
	font-weight: bold;
}
.subtitulillo {
	font-size: 14px;
	font-weight: bold;
	color: #DF0000;
}
