/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../mcretu/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: 11px;
	color: #f1e2bd;
}
a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC33CC;
}
a:active {
	text-decoration: none;
	color: #FF00CC;
}

