/* CSS Document */
.principal  {
 font-size : 10pt;
 font-family : arial,helvetica;
 font-weight : normal;
 color: #000000;
} 

.titulos {
 font-size: 12pt;
 font-family: arial,helvetica;
 font-weight: bold;
 color: #FFFFFF;
 }
 
 .destacado {
 font-size: 10pt;
 font-family: arial,helvetica;
 font-weight: bold;
 color: #FFFFFF;
 }
 
 .pie {
 font-size: 8pt;
 font-family: arial,helvetica;
 font-weight: bold;
 color: #FFFFFF;
 }
 
 
A.linknotas:link {color:#333333; text-decoration:underline; font-size:10pt; font-family:Arial, Helvetica, sans-serif;  font-weight: normal;}
A.linknotas:visited {color:#770000; text-decoration:underline; font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight: normal;}
A.linknotas:active {color:#770000; text-decoration:underline; font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight: normal;}
A.linknotas:hover {color:#770000; text-decoration:underline; font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight: normal;}

A.linkpie:link {color: #FFFFFF;  font-size:8pt; font-family:Arial, Helvetica, sans-serif;  font-weight:bold;}
A.linkpie:visited {color: #FFFF00; font-size:8pt; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
A.linkpie:active {color:#FFFF00; font-size:8pt; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
A.linkpie:hover {color:#FFFF00; font-size:8pt; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}


