.titulonegro { 
  font-family: helvetica, sans-serif; 
  font-size: 14px; 
  font-style:normal;
  font-weight:bold;
  color: #000000;
  }
.titulorojo { 
  font-family: helvetica, sans-serif; 
  font-size: 14px; 
  font-style:normal;
  font-weight:bold;
  color: #B00021;
  }
.tituloblanco { 
  font-family: helvetica, sans-serif; 
  font-size: 13px; 
  font-style:normal;
  font-weight:bold;
  color: #ffffff;
  }
.tituloazul { 
  font-family: helvetica, sans-serif; 
  font-size: 16px; 
  font-style:normal;
  font-weight:bold;
  color: #393576;
  }
.tituloazul1 { 
  font-family: helvetica, sans-serif; 
  font-size: 18px; 
  font-style:normal;
  font-weight:bold;
  color: #393576;
  }
.texto { 
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  font-style:normal;
  color: #6A6A6A;
  }
.textoc { 
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  font-style:italic;
  color: #6A6A6A;
  }
.textopeq { 
  font-family: Verdana, sans-serif; 
  font-size: 10px; 
  font-style:normal;
  color: #6A6A6A;
  }
.textopeq2 { 
  font-family: Verdana, sans-serif; 
  font-size: 8px; 
  font-style:normal;
  color: #6A6A6A;
  }
.textogris { 
  font-family: Verdana, sans-serif; 
  font-size: 10px; 
  font-style:normal;
  color: #B9B9BA;
  }
.textorojo { 
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  font-style:normal;
  font-weight:bold; 
  color: #C32436;
  }
.textorojo2 { 
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  font-style:normal;
  color: #C32436;
  }
.lista { 
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-style:normal;
  color: #6A6A6A;
  }
.bordefino {
  border-bottom-width:1px;
  border-bottom:solid;
  border-bottom-color:red;
  }
.borde1 {
  border-bottom-width:2px;
  border-bottom:solid;
  border-bottom-color:#ffffff;
  }
.borde2 {
  border-bottom-width:2px;
  border-bottom:solid;
  border-bottom-color:#ffffff;
  border-right-width:2px;
  border-right:solid;
  border-right-color:#ffffff;
  }
.borde3 {
  border-right-width:1px;
  border-right:solid;
  border-right-color:#000000;
  }
a {text-decoration: none;}
a:hover {color:#6A6A6A;text-decoration:underline;}
