
******************************************************************
· T E X T O S ·
******************************************************************
------------------------------------------------------------------
GENERAL (azul --> rojo)
------------------------------------------------------------------
a  {
	text-decoration : none;	
	color : #0000FF;
}

a:hover { 
	text-decoration : none;	
	color : #CC0000; 
}

------------------------------------------------------------------
NAVEGADOR (fondo amarillo)
------------------------------------------------------------------
a.tipo1  {
	text-decoration : none;	
	color : #007F60;
}

a.tipo1:hover { 
	text-decoration : underline;	
	color : #000000; 
}

------------------------------------------------------------------
DREAMS (fondo blanco-->fondo verde),
------------------------------------------------------------------
a.tipo2  {
	text-decoration : none;	
	color : #0000FF;
}
a.tipo2:hover { 
	text-decoration : none;
	color : #FFFFFF;	
	background-color : #0000FF;
} 
------------------------------------------------------------------
Pag enlaces (fondo blanco-txt verde-->fondo amarillo-txt verde),
------------------------------------------------------------------
a.tipo3  {
	text-decoration : none;	
	color : #007F60;
}
a.tipo3:hover { 
	text-decoration : none;
	color : #007F60;	
	background-color : #FFC800;
}

------------------------------------------------------------------
NAVEGADOR (fondo azul)
------------------------------------------------------------------
a.tipo4  {
	text-decoration : none;	
	color : #FFFFFF;
}

a.tipo4:hover { 
	text-decoration : underline; FONT-WEIGHT: bold;	
	color : #FFFF00; 
} 


******************************************************************
· C A J A S   T A B L A S ·
******************************************************************
------------------------------------------------------------------
borde negro
------------------------------------------------------------------
td.a  {
	border : 1px solid  #000000;
}

td.b  {
	border : 1px solid  #0000FF;
}


******************************************************************
· F O R M U L A R I O S ·
******************************************************************
input.a  {
	font:9pt tahoma,arial,verdana;	
	color : #0000FF;	
	background:#FFFF00;	
	border:1px solid #0000FF; 
	height:21;
}

textarea.a  {
	font:9pt tahoma,arial,verdana;	
	color : #0000FF;	
	background:#FFFF00;	
	border:1px solid #0000FF; 

}

input.b  {
	font:9pt tahoma,arial,verdana;	
	color : #0000FF;	
	background:#FFFF00;	
	border:1px solid FFFFFF; 
	height:21;
}

textarea.b  {
	font:9pt tahoma,arial,verdana;	
	color : #0000FF;	
	background:#FFFF00;	
	border:1px solid FFFFFF; 

}
