/* CSS Document */

<style type="text/css">
td img {display: block;}body {
	background-image: url(fondo.jpg);
}
a:link {
	font-family: Arial;	
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.texto_principal {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}
.texto_principal_titulo {
	font-family: Verdana;
	font-size: 13px;
	color: #CCCCCC;
}
.texto_menu {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
a.menu:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
a.menu:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
a.menu:hover {
	text-decoration: none;
	color: #FF0000;
}
a.menu:active {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
a.menu_p:link {
	font-family: Arial;
	font-size: 11px;
	color: #82C0FF;
}
a.menu_p:visited {
	font-family: Arial;
	font-size: 11px;
	color: #82C0FF;
}
a.menu_p:hover {
	color: #FFFFFF;
}
a.menu_p:active {
	text-decoration: none;
	font-size: 11px;
	color: #82C0FF;
}
.fecha_hora {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.texto_inferior{
	font-family: Arial;
	font-size: 10px;
	color: white;
}
</style>