/* CSS Document */
body{

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#bad500;

}
a:link {
	text-decoration: none;
	color:#545b28;
}
a:visited {
	text-decoration: none;
	color:#545b28;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.fuente{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#545b28;
}



