
.menuitem
{
	text-align:left;
	width:90%;
	font-family:Verdana;
	font-size:1.2em;
	float:left;
	padding-left:30px;
	padding-right:10px;
	text-decoration:none;
}

.menuitem a
{
	text-decoration:none;
	color:#333;
	
}

.cabecera_derecha
{
	float:left;
}

.menuitem a:hover 
{
	text-decoration:underline;
}

.menuitem a:hover span {
   
}
.menuitem .current a 
{
	text-decoration:none;
	font-weight:bold;
}
.menuitem .current a span 
{
	
	font-weight:bold;
}
