


/* texto principal */

p.principal {
	font-family: arial;
	color: #EDEDED;
	font-size: 10pt;
	text-align: justify;

}

p.tit {
	font-family: arial;
	color: #FF6600;
	font-size: 12pt;
	
}

p.secc	{
	font-family: arial;
	font-size: 12pt;
	font-style: bold;
}

/* LINKS DENTRO DE TEXTO */
a.lprincipal:link { text-decoration: none; color: #DAB472; }
a.lprincipal:visited {color: #DAB472; text-decoration: none;}
a.lprincipal:hover { text-decoration: underline;color: #DAB472;}
a.lprincipal:active {text-decoration: underline;color: #white;}


/* LINKS DE LA BARRA DE SECCIONES */
a.lsecc:link { text-decoration: none; color: #EDEDED; }
a.lsecc:visited { text-decoration: none; color: #EDEDED; }
a.lsecc:hover { text-decoration: none; color: #FFFFFF; }
a.lsecc:active { text-decoration: none; color: #FF6600; }



