/* CSS Document */

body {
	background-color: #000000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.Borde {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.Estilo1 {
	color: #000000;
	font-weight: bold;
}
.Estilo2 {color: #333333}
.Estlilo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
