@charset "UTF-8";
body,td,th {
	font-size: small;
}
body {
	background-color: #000;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	text-decoration: none;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #4E0302;
	text-align: center;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	color: #222;
	text-decoration: none;
	text-align: justify;
}
.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #600;
	text-decoration: none;
	text-align: center;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #600;
}
a:active {
	text-decoration: none;
}
