BODY {
	background-color: transparent;
	color: gray;
}
IMG {
	border: 0px;
}
A:link {
	color: gray;
	text-decoration: none;
}
A:visited {
	color: gray;
	text-decoration: none;	
}
A:hover {
	color: red;
	text-decoration: none;
}
TABLE, TR, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}
DIV.rojo {
	color: red;
	font-weight: bold;
}
DIV.gris {
	color: gray;
	font-weight: bold;
}
A.festival:link {
	color: Gray;
	text-decoration: none;
}
A.festival:hover {
	color: #4169E1;
	text-decoration: none;
}
A.festival:visited {
	color: Gray;
	text-decoration: none;
}
A.amarillo:link {
	color: #FF9900;
	text-decoration: none;
}
A.amarillo:hover {
	color: #FF9900;
	text-decoration: none;
}
A.amarillo:visited {
	color: #FF9900;
	text-decoration: none;
}
DIV.grisfino {
	color: gray;
	font-weight: normal;
}
