/* left bar menu */
/* items en el menu */
.menu  {
	font-family : Arial,Helvetica;
	font-weight : normal;
	text-decoration : none;
	color : #ffffff;
	font-size : 10pt;
}
/* resaltado */
.menu:hover  {
	font-family : Arial,Helvetica;
	font-weight : normal;
	text-decoration : none;
	color : #ffcc33;
	font-size : 10pt;
}
/* secciones del menu */
.sections  {
	font-family : Arial,Helvetica;
	font-weight : bold;
	text-decoration : none;
	color : Black;
	font-size : 11pt;
}
/* vinculo en el pie de la pagina */
.flink  {
	font-family : Arial, Helvetica;
	font-size : 7pt;
}
/* vinculo en la barra de avisos */
.alink  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal;
	font-size : 9pt;
}

H1  {
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-size : large;
	text-align : center;
}

H2  {
	font-family : Arial,Helvetica;
	font-weight : bold;
	font-size : medium;
	text-align : center;
}

H3  {
	font-family : Arial,Helvetica;
	font-weight : bold;
}
/* cualquier otra cosa */
BODY  {
	font-family : Arial,Helvetica;
	font-size : small;
	font-weight : normal;
}
/* fuente normal del cuerpo del texto */
P  {
	font-family : Arial,Helvetica;
	font-size : 10pt;
}
/* parrafo con sangria de primera linea */
P.firlin  {
	font-family : Arial,Helvetica;
	text-indent : 2em;
}
/* sangria del articulo */
BLOCKQUOTE  {
	margin : 10pt;
}
/* vinculo en negrita - usado en el mapa del sitio */
A.enlace  {
	font-family : Arial,Helvetica;
	font-weight : bold;
}
/* texto en una tabla - si no uso <p> */
TD  {
	font-family : Arial,sans-serif;
	font-size : 10pt;
}
/* enlaces en la primera plana - index.html */
P.cover  {
	font-size : 8pt;
	font-family : Verdana,Helvetica,sans-serif;
}
