BODY {
	font-family: "Comic Sans MS";
	background-image: url(fotos/fondo.jpg);
	font-weight: normal;
	font-size: 12pt;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

A {
	color : Red;
	font-weight : normal;
	font-size : 12pt;
	text-decoration : none;
	background-color : transparent;
}

A:HOVER {
	color : Yellow;
	background-color : Red;
	font-weight : normal;
	font-size : 12pt;
	text-decoration : none;
}

A:ACTIVE {
	color : Yellow;
	background-color : Red;
	font-weight : normal;
	font-size : 12pt;
	text-decoration : none;
}

.normal {
	text-align : justify;
	font-family : "Comic Sans MS";
	font-size : 12pt;
	font-weight : normal;
}

.centrado {
	text-align : center;
	font-family : "Comic Sans MS";
	font-weight : normal;
	font-size : 12pt;
}  

H1 {
	font-family : "Comic Sans MS";
	font-weight : normal;
}

