/* CSS Document */

body{
	margin-left:0 px;
	margin-top:0 px;
	background-image: url(imagenes/fondo_entorno.gif);
	background-repeat:no-repeat;
	margin-left:0px;
margin-top:0px;
}
a:link {
	color: #006633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:bold;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #B73C00;
}
a:active {
	text-decoration: none;
	color: #B73C00;
}

