body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin: 0 auto;
	background-color: #000000;
}
.fondo1 {
	background-image: url(../pics/fons1.jpg);
	background-repeat:   no-repeat;
	background-attachment: fixed;
}
.fons2 {
	background-image: url(../pics/fons2.jpg);
	background-repeat:  no-repeat;
}
.fondo {
	background-image: url(../pics/fons.jpg);
}
.direccio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
.textepetit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
}
.titol1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}


a:link {

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	color: #999999;

	text-decoration: none;

}

a:active {

	color: #FFFFFF;

	text-decoration: none;
