.TITULO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-color: #FF0000;
}


A.TITULO:HOVER{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rojo {
	color: #FF0000;
}
.tabla {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.tablaCompleta {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-top-color: #FF0000;
}
