@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url("../imatges/2.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px 20px;
}

#nav {
	font: 70% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:fixed;
	margin-top:210px;
}
#nav ul, li {
	list-style-type: none;
	width:200px;
}

ul#llista, li#llista {
	list-style-type:square;
	width:100%;
}

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

#nav a#inici {
	border-top: 1px solid #000;
}

.inici{margin-bottom:20px;}


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

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


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



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

.txt_titol {
	text-indent:-32px;
	position:relative;
	padding-left:29px;
	font-size:200%;
	line-height:110%;
	color:#090;
}

.txt_seccio {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	color:#000;
	line-height:1.2em;
	margin-bottom:0px;
	margin-left:290px;
	margin-right:20px;
	list-style-type:square;

}
.txt_petit {
	font-size:70%;
	line-height:130%;

	}

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

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

table {
	background-color:#FFF;
	margin: auto;
}

td {
	font-size:90%;
	background-color:#FC6;
	padding: 5px;
	vertical-align:top;
	text-align:center;
}

#capsalera {
	color:#FF9;
	background-color:#333;
	padding: 5px;
	vertical-align:bottom;
}

#esq {
	text-align:left;
}
