@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url(../imatges/fons.jpg);
	background-position: center 0px;
	margin: 0px;
}

h1{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:15px;
	padding: 0px;
	display: inline;
	font-weight: normal;
	text-align: left;
}

h2{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
h3{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
h4{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
h5{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
h6{
	border:0px;
	margin:0px;
	text-decoration:none;
	font-size:11px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
#tot{
	margin:auto;
	width: 900px;
}

#fonsdalt{
	margin:auto;
	width:100%;
	height: 235px;

}
#dalt{
	margin:auto;
	width:900px;
	height: 750px;
	position: absolute;
	z-index: 1;

}

#banners{
	width:900px;
	float:left;
	
}
#banner1{
	width:430px;
	float:left;
	padding-left: 20px;
	padding-bottom: 15px;
	
}

#banner2{
	width:430px;
	float:right;
	padding-right: 20px;
	padding-bottom: 15px;
	
}

#banner3{
	width:430px;
	float:left;
	padding-left: 225px;
	padding-bottom: 15px;
	
}

.text{
	font-size:12px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}


.titol{
	font-size:14px;
	width: 750px;
	padding-top: 15px;
	float: left;
	height: 62px;
}

.tornar{
	font-size:14px;
	width: 80px;
	float: right;
	height: 77px;
}

#peu{
	float:left;
	width:100%;
	padding-top: 50px;
	background-image: url(../imatges/ralla.jpg);
	background-position: 0px 18px;
	background-repeat: repeat-x;
	
	
	
}
.peu{
	font-size:10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding-bottom: 25px;

}


a:link{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:none;
}

a:hover {
	color: #4A5835;
	text-decoration: underline;
	}

