BODY {
	background-color : Silver;
	color : Black;
	font-family : Verdana, Arial;
	background-attachment : fixed;
	background-image : url(fotospequenas/fotofondo.jpg);
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : justify;
	text-decoration : none;
}

.normal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-align : justify;
	text-decoration : none;
	color : Black;
	font-weight : bold;
}

.destacado {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-align : justify;
	text-decoration : underline;
	color : Black;
	font-weight : bold;	
}	


A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	text-align : justify;
	text-decoration : underline;
	color : Red;
	font-weight : bold;
	
}

A:HOVER {
	color : Maroon;
}

H2 {
	text-decoration: underline;
}