.fondo {
	background-image: url(imagenes/logo.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
}
.texto_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	background-color: #CCCCCC;
	padding: 10px;
}
.fondo #tabla a:active, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.fondo #tabla a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}
