.barra  {
	height:20px;
	font-size: 11px; 
	color: #8ca6ce; 
	font-weight:bold; 
	font-family: Comic sans MS;  
	background-color: #eae7e7; 
	text-align: center; 
	padding: 2px; 
	border-bottom: 2px gray solid; 
	border-right: 2px gray solid;}
.barra_blu{
	border-right: 2px gray solid; 
	background-color: #8ca6ce;
}
.barra_copy{
	border-right: 2px gray solid; 
	border-bottom: 2px gray solid; 
	background-color: #eae7e7;
}
a.menu:link {
	color: #8ca6ce;
	font-family: Comic sans MS;
	font-weight:bold; 
	font-size: 12px;
}
a.menu:visited {
	color: #8ca6ce;
	font-family: Comic sans MS;
	font-size: 12px;
	font-weight:bold; 
}

a.menu:hover {
	color: RED;
	font-family: Comic sans MS;
	font-size: 12px;
	font-weight:bold; 
}

a.menu:active {
	color: #8ca6ce;
	font-family: Comic sans MS;
	font-size: 12px;
	font-weight:bold; 
}
