/* CSS Document */
<!--
body {
	background-color: #010005;
	background-image: url(imagenes/back.jpg);
}
body,td,th {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mini {font-size: 10px;
color: #999999;
}
.fuerterojo{
	color: #BC1201;
	font-weight: bold;
}
.fuerterojo2{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.titulo{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
a:link {
	color: #BC1201;
	text-decoration: none;
}
a:visited {
	color: #BC1201;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #BC1201;
	text-decoration: none;
}

a.mini2:link {
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}
a.mini2:visited {
	color: #666666;
	text-decoration: none;
}
a.mini2:hover {
	color: #BC1201;
	text-decoration: none;
}
a.mini2:active {
	color: #666666;
	text-decoration: none;
}
-->
