/********************* 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: #2e897b;
	 font-weight: bold; 
	 cursor :default
}

.itemMenu 
{
	 font-size: 7pt; 
	 font-family: Verdana; 
	 color: #FFFFFF; 
	 background-color: #95B9B9;
	 font-weight : normal
}

.menuPrincipalItemSeleccionado 
{
	 font-size: 7pt; 
	 font-family: Verdana;
	 font-weight:normal;
	 color: #000000;
	 cursor :hand; 
	 background-color: #C8DBDB;
}

/******************************************************************************************/