.titulo {
	color : Red;
	font-size : 18px;
	font-family : Verdana;
}
BODY {
	background : transparent;
	background-image : url("imagen/fondo_alambre.gif");
}
a            { color: #FFFFFF; font-size: smaller; font-family: Verdana; font-weight: bold }
A:HOVER {
	background : Yellow;
	color : Red;
	text-decoration : none;
}
a:visited    {
	color: #1E90FF;
	list-style-type: circle
}
A:ACTIVE {
	background : Yellow;
	color : Red;
	text-decoration : none;
}

TD {
	color : White;
}


