BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
	background-attachment : fixed;
	background-image : url(fondo.gif);
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : center;
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
	color : Black;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : center;
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
	color : Black;
}
.blanco {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : 600;
	background-color : Gray;
	text-align: center
}

.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}
.masgrande {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : justify;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}
.maschico {
	font-family : "Arial Narrow";
	font-size : 8pt;
	text-align : justify;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}

.izquierdo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : left;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}

.centrado {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-align : center;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}
.derecho {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : right;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	background-color : transparent;
}


.destacado {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

a:hover {
	color: Red;
	text-decoration: none;
	background-color : #FFF8DC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}

a:active {
	color: Purple;
	text-decoration: none;
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}

a {
	color: #708090;
	text-decoration: none;
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}


