
  H1 {
     Font-Family : Arial;
     Font-Weight : Bold;
     Font-Size : 16pt;
	  color : rgb(56,45,2);
  }
  
  H2 {
     Font-Family : Arial;
     Font-Size : 13pt;
     text-decoration : underline;
	  color : rgb(56,45,2);
  }  
  
  P {
     Font-Family : Verdana;
     Font-Size : 10pt;
     text-decoration : none;
     text-align : justify;
     text-indent: 0.2cm;
	  color : rgb(96,77,1);
  }    
  OL {
     Font-Family : Verdana;
     Font-Size : 10pt;
     text-decoration : none;
     text-align : justify;
  }
  #Navegador {
     Font-Family : Arial;
     Font-Size : 8pt;
     text-decoration : none;
  }
  
  table.tabla {
     font-family: Verdana;
     font-weight: normal;
     font-size: 11px;
     color: #404040;
     width : 600px;
     background-color: #fafafa;
     border: 1px #6699CC solid;
     border-collapse: collapse;
     border-spacing: 0px;
     margin-top: 0px;
   }
   
   
   table.tabla td {
      border-bottom: 1px dotted #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-size: 11px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding-left: 3px;
   }
   
   td.etiq {
      font-weight: bold;
   }

  
  
A:link    {text-decoration: none; color : Blue; }
A:visited {text-decoration: none; color : Blue;}
A:active  {text-decoration: none; color : Blue;}
A:hover   {text-decoration: underline; color: red;}