/********************* MENU PRINCIPAL *****************************************************/
.menuPrincipal 
{
    font-family : Verdana;	
	color: black;
	font-size: 7pt;
	background-color:#fbf9fe;
	height:15px;
}

.itemTitulo 
{
	 font-size: 7pt; 
	 font-family: Verdana; 
	 color: #FFFFFF; 
	 background-color: #588558;
	 font-weight: bold; 
	 cursor :default;
}

.itemMenu 
{
	 font-size: 7pt; 
	 font-family: Verdana; 
	 color: #FFFFFF; 
	 background-color: #91B591;
	 font-weight : normal;
}

.menuPrincipalItemSeleccionado 
{
	 font-size: 7pt; 
	 font-family: Verdana;
	 font-weight:normal;
	 color: #000000;
	 cursor :hand; 
	 background-color: #D4E3B8;
}

/******************************************************************************************/