html, body {
	height: 100%;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #ff0000;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table.main {
	border: 0px solid #cc0000;
	border-left-width : 0px;
	border-bottom-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-collapse: collapse;
}
td.mainMenu {
	background: #220000;
	border: 1px solid #cc0000;
}
td.menu {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 22px 3px 22px;

}
td.menu a:active,
td.menu a:link,
td.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
td.menu a:hover {
	color: #ff0000;
	text-decoration: none;
}
td.mainPortada {
	background: #330000;
	border: 1px solid #cc0000;
}
td.mainNoticias {
	background: #440000;
	border: 1px solid #cc0000;
}
td.mainContent {
	background: #330000;
	border: 1px solid #cc0000;
	height: 379px;
	vertical-align: top;
}
td.mainVentanaT {
	background: #220000;
	border: 1px solid #660000;
	padding: 2px 5px 2px 10px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
td.mainVentana {
	background: #330000;
	border: 1px solid #660000;
	padding: 8px 10px 10px 10px;
}
td.texto {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
}
td.texto a:active,
td.texto a:link,
td.texto a:visited {
	color: #ff0000;
	text-decoration: none;
}
td.texto a:hover {
	color: #ff0000;
	text-decoration: underline;
}
td.fotoPortada {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
td.fotoNoticias {
	padding: 10px 0px 10px 10px;
	text-align: center;
}
td.fotoNoticia {
	padding: 0px 0px 30px 30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #dddddd;	
	text-align: right;
}
.titular1 {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.titular2 {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.aux {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
td.mainFooter {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #220000;
	border: 1px solid #cc0000;
	text-align: center;
	padding: 4px 6px 4px 6px;
}
td.mainFooter a:active,
td.mainFooter a:link,
td.mainFooter a:visited {
	color: #ff0000;
	text-decoration: none;
}
td.mainFooter a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.fotos { 
	border: 1px solid #990000;
}
.noticia { 
	border: 1px solid #990000;
	margin: 10px 10px 30px 30px;
	float: right;
}
a.fotohome img { 
	border: 1px solid #990000;
}
a.fotohome:hover img {
	border: 1px solid #ff0000;
}
ul {
	list-style-image: url('images/punto.png');
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;

}
li {
	margin-bottom: 5px;
}