.navenlace {
	font-weight: bold;
	border: 1px solid #999999;
	margin:3 0 3 0px;
	padding: 2px;
}

.navenlace a {
	color: #000033;
	text-decoration: none;
	display: block;
	width: 100%;
}

.navenlace a:hover {
	background-color:#00CCFF; 
	color: #ffffcc;
	
}