body{
 	margin-left: 0px;
	margin-right: 0px;
	background-color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url('../imagenes/fondo.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

td img {
	display: block;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #003366;
}