/* CSS Document */
  .texto_general
  {
	font-family: Verdana;
	font-size: 10pt;
  }

  .texto_general_tabla
  {
	font-family: Verdana;
	font-size: 8pt;
  }
   
  a.peq:link, a.peq:visited, a.peq:active {
   	text-decoration: none; color: #800000;    
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
  }

  a.peq:hover {
 	text-decoration: none; color: #000080;   	
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
  }