@charset "UTF-8";
body {
	margin: 0px;
	background-color:#FFF ;
	background-image: url("imatges/1.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 20px;
}
div.txt_inici {
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;

}

#nav {
	font: 70% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:800px;
	height:40px;
	margin: auto;
	margin-top:540px;
	margin-bottom:0px;
	padding:0;
}
#nav ul, li {
	list-style-type: none;
}

#nav li {
	float:left;
}

#nav a {
	text-decoration: none;
	color:#030;
	background-image:url(imatges/bitllet.gif);
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;

}


#nav a#primer {
	border-left: 1px solid #000;
}


#nav a:hover {
	color:#000;
	background:#FF9;
}

#nav a#primer_on {
	border-left: 1px solid #000;
	color:#FF9;
	background:#000;
}

#nav a#on {
	border-left: 1px solid #000;
	color:#FF9;
	background:#000;
}

.txt_normal {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	color:#000;
	line-height:1.2em;
	margin-bottom:0px;
}
.txt_petit {
	font-size:70%;
	}

a {
	text-decoration:underline;
	color:#F00;
}

a:hover {
	color:#000;
	text-decoration:none;
	background-color:#FF0;
}
