@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-image: url(img-nav/fons.gif);
	margin: 0px;
	padding: 0px;
}
h1 {
	display: none;
}
h2 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
a {
	color: #339966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
img {
	border: none;
}
#contenidor {
	background-color: #ccc;
	width: 910px;
	margin: auto;
	padding: 10px;
}
#navegacio {
	float: left;
}
#logo {
	width: 400px;
	margin-bottom: 10px;
}
#menu {
	width: 400px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu a {
	background-color: #999;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	display: block;
}
#menu a:hover, #menu .on {
	background-color: #777;
}
#info {
	padding: 5px;
	list-style-type: none;
	background-color: #999;
	width: 490px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#info li {
	float: left;
	margin-right: 4px;
}
#info a {
	color: #FFF;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
#info .on {
	color: #000;
}
#cos {
	float: right;
	width: 480px;
	background-color: #FFF;
	padding: 10px;
	background-image: url(img-nav/fons31.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.data {
	font-size: 0.8em;
	color: #999;
}
.logo {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
