.fondo1 {
	background-image: url(misc1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo2 {
	background-image: url(misc2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
