<style type="text/css">
	A:link { text-decoration:none }
	A:visited { text-decoration:none }
	A:active { text-decoration:none }
	A:hover { text-decoration: underline + overline ; color:green; }
</style>

A:link { text-decoration:none }
A:visited { text-decoration:none }
A:active { text-decoration:none }
A:hover { text-decoration: underline + overline ; color:green; }
.nav{FONT-SIZE:10pt;TEXT-DECORATION:none}
.stats{FONT-SIZE:8pt}
.highlight{COLOR:maroon;FONT-WEIGHT:600;BACKGROUND-COLOR:#ffff00}
.enllaç A:link { text-decoration: underline + overline ; color:green; }
INPUT{FONT-SIZE:10pt}
.boto   { background-color: grey; color: #ffffe5; background-repeat: repeat; background-attachment: scroll;}

#footer {
clear: both;
margin: 0 auto;
padding: 5px 0 5px 0;
border-top: 2px solid #f0f0f0;
width: 700px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#idiomes { float: none; }
#menu_sup ul {
	font: bolder 0.9em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: auto;
	padding: 0;
	
}
#menu_sup li {
	display: inline;
}
#menu_sup li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#menu_sup li a:hover {
	background: #65944A;
	color: #FFF;
}
#menu_sup li a#current  {
	background: #65944A;
	color: #FFF;
}