/* CSS Document */
body,td,th {
	color: #000000;
text-decoration:none;
}
a:link {
	color: #000000;
text-decoration:none;
}
a:visited {
	color: #000000;
text-decoration:none;
}
a:hover {
	color: #FF0000;
text-decoration:underline;
}
a:active {
	color: #000000;
text-decoration:none;
}

.titulos {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
.texto {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}
.secciones {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}
.text-peq {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
}
