/* CSS Document */
A,TD 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	color: #ffffff;
}
A:hover
{
	font-size: 11px;
	color: #FF0000;
}
BODY
{
	background-color:#000000;
}
.titulo_contenidos{
	font-size:13px;
}
TABLE.portada{
 width:550px;
}