/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 12px;
}
.subtitulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.subtitulo2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.fecha {
	font-size: 10px;
}
a:link {
	text-decoration: underline;
	color:#003366;
}
a:visited {
	text-decoration: underline;
	color:#003366;	
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #EBE9ED;
}
table,td {
	border-color: #000000;
}
h1 {
	font-size:24px;
	font-weight:bold;
}
TABLE { 5px solid red; }