p, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.hand{
	cursor: hand;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #23526e;
	font-size: 8pt;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f3834;
	font-size: 9pt;
	font-weight: bold;
}
/* STYLO PARA LOS TEXTOS DE CONTENIDOS...
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0f3560;
}
.Justificado {
	text-align: justify;
}
.txtcontez {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
/* ESTILOS DE LINKS */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}