/*estilos para los enlaces (modificar)*/
a:link{
	       font-family:verdana;
	       font-size:10px;
	       color:#024258;
		   text-decoration:none; 
		   }
a:visited{
	       font-family:verdana;
	       font-size:10px;
	       color:#024258;
		   text-decoration:none;
		   }
a:hover{
	       font-family:verdana;
	       font-size:10px;
	       color:#b2b2b2;
		   text-decoration:none;
		   }		
a:active{
	       font-family:verdana;
	       font-size:10px;
	       color:#b2b2b2;
		   text-decoration:none;
		   }
/*estilos para los enlaces del correo electrónico*/
a.inverter:link{
	       font-family:verdana;
	       font-size:10px;
	       color:white;
		   text-decoration:none; 
		   }
a.inverter:visited{
	       font-family:verdana;
	       font-size:10px;
	       color:white;
		   text-decoration:none;
		   }
a.inverter:hover{
	       font-family:verdana;
	       font-size:10px;
	       color:black;
		   text-decoration:none;
		   }		
a.inverter:active{
	       font-family:verdana;
	       font-size:10px;
	       color:white;
		   text-decoration:none;
		   }		 
	  		 
/*Bordes para la tabla de enlaces de la página .....(modificar)*/	  
TD.bN{
	  border:none;}  
TD.bT{
      border-top-width:1;
	  border-bottom-width:0;
	  border-left-width:0;
	  border-right-width:0;
} 
TD.bB{
      border-top-width:0;
	  border-bottom-width:1;
	  border-left-width:0;
	  border-right-width:0;
} 
TD.bL{
      border-top-width:0;
	  border-bottom-width:0;
	  border-left-width:1;
	  border-right-width:0;
} 
TD.bR{
      border-top-width:0;
	  border-bottom-width:0;
	  border-left-width:0;
	  border-right-width:1;
} 
TD.bBR{
      border-top-width:0;
	  border-bottom-width:1;
	  border-left-width:0;
	  border-right-width:1;
} 
/*estilos para el texto (modificar)*/
TD{font:10px Verdana, Arial, Helvetica, sans-serif; color:black;}
TD.inverter{font:11px bold Verdana, Arial, Helvetica, sans-serif; color:white;}

	
