/* CSS Document */
/*PROPIEDADES DEL MENU IZQUIERDO GENERAL
/*TEXTO SIN TOCAR*/
A.menu {
	COLOR:#ffffff;
	TEXT-DECORATION: none;
	font-family: Giorgia, Times New Romas, Times, Serif;
	font-size: 14px;
}
/*TEXTO PULSADO*/
A.menu:hover {
	text-decoration: none;
	color: #ffffff;
	font-family: Giorgia, Times New Romas, Times, Serif;
	font-size: 16px;
	font-weight: bold;
}
/**/
