
/*---TABLAS, CELDAS---*/  
  .rojo
  {
  background-color: #FF3300;
  }
  
/*---TABLAS, CELDAS---*/

/*---TEXTOS---*/
  
.textos
  {
  font-family: Verdana;
  font-size: 10px;
  color: #D53909;/*D85151*/
  } 
  
  .textos_azules
  {
  font-family: Verdana;
  font-size: 10px;
  color: #464690;
  } 

   .texto_rojo_oscuro_grande
  {
  font-family: Verdana;
  font-size: 11px;
  color: #FF3300;
  font-weight:bold;
  } 
   
  .texto_blanco_bold
  {
  font-family: Verdana;
  font-weight:bold;
  font-size: 10px;
  color: #FFFFFF;
  } 
  
  
  
 
