body {
	background-image: url('images/back_home.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	color: #fff;
}
a:focus {
	outline:none;
}
td.menu {
	background-image: url('images/menu.jpg');
	text-align: center;
	height: 31px;
	padding: 0px 0px 0px 0px;
}
td.boton {
	text-align: center;
	font-size: 12px;
	height: 31px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
td.boton a:link,
td.boton a:active, 
td.boton a:visited {
	color: #fff;
	text-decoration: none;
}
td.boton a:hover {
	color: #000;
	text-decoration: none;
}
td.noticias {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0px 15px 40px;
}
td.noticias a:link,
td.noticias a:active, 
td.noticias a:visited {
	color: #fff;
	text-decoration: none;
}
td.noticias a:hover {
	color: #c00;
	text-decoration: none;
}

#noticiabierta {
	position: relative;
	background-color: #eee;
	border: 0px solid #444;
	top: 0px;
	left: 0px;
	width: 500px;
	text-align: left;
	font-size: 11px;
	color: #000;
}

#textonoticia {
	font-size: 11px;
	color: #000;
	text-align: left;
}

.destacado {
	font-size: 14px;
	font-weight: bold;
	color: #222;
}


td.footer {
	padding: 60px 25px 25px 25px;
}