.menu {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
	}
.menu:Hover {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold
	}
.texto1 {
	font-family: Arial;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
	}
.texto {
	font-family: Arial;
	color: #AE1E22;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
	}
	
	
/******************** CELDA LISTADO DATOS GRIS *****************/
.textoNormFondoGN{
        font-family: arial, helvetica, geneva, lucida-sans, sans-serif;
        color: #FFFFFF;
        font-size:10px;
        text-decoration: none;
        background-color: #127CC1;
	}

/******************** CELDA LISTADO DATOS BLANCO *****************/
.textoNormFondoBN{
        font-family: arial, helvetica, geneva, lucida-sans, sans-serif;
        color: #127CC1;
        font-size:10px;
        text-decoration: none;
        background-color: #FFFFFF
        }
        
/********************CELDA TITULARES DE LAS TABLAS*****************/

.TabTitular2N{font: 12px arial; 
             color: #FFFFFF; 
             background-color: #045681
              }
			  
/********************CELDA TITULARES NOMBRES*****************/

.TabTitular2NN{font: 24px arial; 
             color: #FFFFFF; 
             background-color: #514A73
              }			  
/**********************enlaces***********************************/
.enlace {
	font-family: Arial;
	color: #AE1E22;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
	}
.enlace:Hover {
	font-family: Arial;
	color: #AE1E22;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold
	}
	
	
	
	/**********************para el titulo***********************************/
.titular {
	font-family: Arial;
	color: #0076A0;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold
	}
	
		
	/**********************para el AVISO***********************************/
.aviso {
	font-family: Arial;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold
	}

