/* fondo pagina */
 body {
	background : #7B7BAF url(../img/interfaz/fondo_tab.gif);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* texto 10px negro NO justificado */
.t10noj {
font : 10px Arial, Helvetica, sans-serif; 
color : #000000; 
}
/* texto 10px beige NO justificado */
.t10azul {
font : 10px Arial, Helvetica, sans-serif; 
color : #DCDCEA; 
}
a.t10azul:link {
font : 10px Arial, Helvetica, sans-serif; 
color : #DCDCEA; 
text-decoration : none; 
} 
a.t10azul:visited {
font : 10px Arial, Helvetica, sans-serif; 
color : #DCDCEA;  
text-decoration : none; 
} 
a.t10azul:hover {
font : 10px Arial, Helvetica, sans-serif; 
color : #ffffff; 
text-decoration : none; 
}
