@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color:#ffffff;
	text-decoration: none;
}
a.verde:link {
	color: #CC0000;
	text-decoration: none;
}
a.verde:visited {
	color: #CC0000;
	text-decoration: none;
}
a.verde:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.verde:active {
	color:#CC0000;
	text-decoration: none;
}
a.rojo:link {
	color: #99FF00;
	text-decoration: none;
}
a.rojo:visited {
	color: #99FF00;
	text-decoration: none;
}
a.rojo:hover {
	color: #99FF00;
	text-decoration: underline;
}
a.rojo:active {
	color:#99FF00;
	text-decoration: none;
}
a.boldWhite:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.boldWhite:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.boldWhite:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
a.boldWhite:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.Georgia {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 12px;
}
.GeorgiaPurple {
	font-family: Georgia;
	color: #663366;
	font-size: 20px;
	text-shadow:#CCCCCC;
}
.Tahoma {
	font-size: 11px; 
	color: #FFFFFF; 
	font-family: Tahoma;
	font-weight:bold;
}
.TahomaTituloRojo {
	font-size: 11px; 
	color: #CC0000; 
	font-family: Tahoma;
	font-weight:bold;
}
.TahomaAzulTitulo {
	font-size: 11px; 
	color: #111111; 
	font-family: Tahoma;
	font-weight:bold;
}
.TahomaAzul {
	font-size: 11px; 
	color: #003366; 
	font-family: Tahoma;
	font-weight:normal;
}
.TahomaBlancoCuerpo {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight:normal;
}
.TahomaGrisCuerpo {
	font-size: 11px; 
	color: #111111; 
	font-family: Tahoma;
	font-weight:normal;
}
.Pie {
	font-size: 10px; 
	color: #999999; 
	font-family: Tahoma;
	font-weight:normal;
	text-align:center;
}
.Frase {
	font:georgia;
	font-size:13px;
	text-align:center;
	font-style:normal;
	color:#333333;
}