@charset "utf-8";
/* CSS Document */
body {
	margin-left:50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom left;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.Estilo1 {color: #333333}
-->