.menu {
	font-family: Arial, "MS Sans Serif", Tahoma;
	font-size: 7pt;
	color: #003366;
}
a:link {
	font-family: Arial, "MS Sans Serif", Tahoma;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, "MS Sans Serif", Tahoma;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, "MS Sans Serif", Tahoma;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, "MS Sans Serif", Tahoma;
	color: #6699CC;
	text-decoration: none;
}
.linea {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #003366;

}
.autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
}
.colab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: justify;

}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}