/*---TABLAS, CELDAS---*/
  .naranja
  {
  background-color: #E67817;
  }
  
 .morado
  {
  background-color: #29166F;
  }
  
  .verde
  {
  background-color: #85C226;
  }
  
  .blanco
  {
  background-color: #FFFFFF;
  }
  
  
/*---TABLAS, CELDAS---*/

/*---TEXTOS---*/
  
.textos
  {
	font-family: Verdana;
	font-size: 10px;
	color: #29166F;
	text-decoration: none;

  } 
  
  .textos_menu
  {
  font-family: Verdana;
  font-size: 11px;
  color: #29166F;
  text-decoration: none;
  } 
  
  .textos_menu_blanco
  {
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  } 
  
 
  
  
  
 

