			.copy{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				float: right;
				text-align: right;
				margin: 8px 0 0 0;
				color: #ccc;
			}
			.copy:hover{
				color: #fff;
				text-decoration: none;
				background: none;
			}
			.copyPrehome{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				float: right;
				text-align: right;
				margin: 0;
				color: #ccc;
			}
			.copyPrehome:hover{
				color: #fff;
				text-decoration: none;
				background: none;
			}
			

body{
	font-family: "Trebuchet MS" Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	font-size: 11px;
	line-height: 20px;
}
p{
	margin: 0;
}
h1{
	color: #669933;
	font-family: "Trebuchet MS" Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h1 img{
	border: none;
	margin: 0;
}

h1 span{
	border: 1px solid red;
	display: none;
}

h2{
	color: #336600;
	font-family: "Trebuchet MS" Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

img{
	border: 2px solid #fff;
}
p{
	margin: 0;
}
dd{
	margin: 0 0 15px 10px;
}
/* ---- Formularis ---- */
#formulari{
	width: 260px;
	margin: 10px 0 0 40px;
	float: left;
}
form{
	font-family: Arial, Helvetica, sans-serif;
	margin: 9px 0 0 0;

}
.confirmaDades{
	width: 200px;
	border: 1px solid Red;
	padding: 5px;
	margin: 0 0 0 16px;
}
.confirmaForm{
	width: 200px;
	border: 1px solid Red;
	padding: 5px;
	margin: 0 0 0 16px;
}


fieldset{
	font-weight: bold;
	border: none;
	padding: 0 10px 10px 10px;
	margin: 0;
}

legend{
font-weight: normal;
margin-left: 5px;
margin-bottom: 11px;
}
label{
	display: block;
	width: 100px;
	padding: 0 0 0 10px;
	float: left;
	font-weight: normal;
	font-size: 11px;
	color: #006600;
}
input, select, textarea{
margin: 3px 0 3px 5px;
font-size: 11px;
font-family: Verdanal, Helvetica, sans-serif;
font-weight: normal;
border: 1px solid #ccc;
background-color: #fff;
color: #333;
}
input{
	width: 204px;
	padding: 3px;
}
textarea{
padding: 3px;
width: 204px;
height: 105px;
}
input:focus, textarea:focus{
	background-color: #fff;
}
input:hover, textarea:hover{
	border: 1px solid #CCFF66;
}
.enviarBtn{
background-color: #ccc;
color: #666;
display: block;
margin: 8px auto;
padding: 0 0 2px 0;
border: 1px outset #333;
width: 150px;
height: 22px;
}
.enviarBtn:hover{
	border: 1px outset #333;
	background-color:#F6E9BC;
}


address{
	border-right: 1px solid #fff;
	color: #336600;
	float: left;
	font-size: 12px;
	margin: 0 30px 0 0;
	padding: 0 30px 0 95px;
}

a:link{
	color: #339933;
}

a:visited{
	color: #339933;
}

a:hover{
	background-color: #CCFF66;
	color: #339933;

}

a:active{
	color: #fff;
}

/*Divs Generals*/
#marginator{
	margin: 50px auto;
	width: 650px;
}
#marginatorIn{
	margin: 50px auto;
	width: 710px;
}
#top{
	margin-bottom: 10px;
	padding: 0;
}

#top img{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#top .menu{
	float: right;
	height: 10px;
	padding: 38px 0 0 0;
}

#top a{
	color: #339933;
	height: 10px;
}

#top a:hover{
	background-image: none;
	text-decoration: underline;
}

#menuGen{
	background-image: url(../img/bg_menugen.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #CCFF66;
	height: 31px;
	width: 650px;
}
#menuGen.bgPreHome{
	background-image: url(../img/bg_menPrehome.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #CCFF66;
	height: 31px;
	width: 650px;
}

.menu{
	margin: 0 0 0 230px;
	padding: 0;
}

.menu a{
	color: #fff;
	display: block;
	float: left;
	padding: 6px 9px 5px 9px;
	margin-left: 1px;
	text-decoration: none;
}
.menu a:visited{
	color: #fff;
}

.menu a:hover, .menuSelec{
	background-image: url(../img/bg_menugen_over.gif);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: underline;
}

.menu li{
	display: block;
	float: left;
}


/* menuIdiomes */
.menuIdiomes{
	float: right;
	margin: 0;
	padding: 0;
}

.menuIdiomes a{
	color: #ccc;
	display: block;
	float: left;
	padding: 0 9px;
}


.menuIdiomes a:hover{
	background: none;
	color: #fff;
}
.menuIdiomesSelect{
	text-decoration: none;
	font-weight: bold;
}
.menuIdiomesSelect:hover{
	text-decoration: none;
}
.menuIdiomes li{
	display: block;
	float: left;
}




#contingut{
	margin: 0 0 0 0;
	background-image: url(../img/bg_textura.gif);
}

#contingut img{}
#contingut h2{
	margin-bottom: 10px;
}
#contingut h3{
	font-size: 13px;
	border-bottom: 1px solid #669933;
	color: #006600;
}

#contingut h1 img{
	margin: 0;
}
/* Prehome */
#peuPrehome{
	margin: 5px 0 0 0;
	color: #666;
}
#peuPrehome a{
	color: #666;
}
#peuPrehome p{
	float: left;
}
#peuPrehome a:hover{
	color: #339933;
}
#preHome{
	width: 650px;
	margin: 50px auto 0 auto;
}
#preHome img, #foto img{
	border: none;
	padding: 0;
}
/*--- HOME ---*/
.home{
	background-image: url(../img/bg_continguthome.gif);
	background-position: 0 4px;
	background-repeat: repeat-y;
}
#homeEsquerra, #homeDret{
	margin: 0;
	padding: 18px;
}

#homeEsquerra{
	float: left;
	width: 285px;
}

#homeDret{
	float: left;
	width: 285px;
}
#homeEsquerra img{
	margin: 0 0 10px 0;
}
#homeDret h3{
	color: #CCFFFF;
	padding: 0 0 0 60px;
	font-size: 28px;
	border: none;
}
#homeDret a:hover{
	background-color: #99CCFF;
	color: #6699CC;
}
.h1-segon{
	margin-top: 28px;
}

/*--- VIVERS ---*//*--- PRODUCTES ---*/
.vivers img, .productes img{
	margin: 0 15px 5px 0;
}
.vivers, .productes{
	background-image: none;
	padding: 18px;
	text-align: justify;
}
.vivers a{
	font-weight: bold;
}

.btnProductes{
	width: 100%;
}
.btnProductes ul{
	width: 570px;
	margin: 15px auto;
}
.btnProductes li{
	list-style: none;
	display: block;
	float: left;
}
.btnProductes a{
	font-size: 15px;
	border: 1px solid #fff;
	text-decoration: underline;
	margin-right: 10px;
	padding: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.btnProductes a:hover{
	color: #339933;
	border: 1px solid #339933;

}
.menuProductes{
	margin: 0 15px 0 15px;
	float: left;
	list-style: inside;
	text-align: left;
	padding: 0 15px 0 0;
}

.miniImg{
margin: 5px 0 0 0;
}
.miniImg img{
	border: 1px solid #fff;
}
#recoloca{
	margin: 15px auto;
	width: 410px;
}
.miniImg a{
	display: block;
	float: left;
	margin: 0;
}
.miniImg a:hover{
	background: none;
}
.miniImg a:hover img{
	border: 1px solid #339933;
}
/*--- CONTACTE ---*/
.contacteAd{
	font-style: normal;
	border: none;
	margin: 20px 0 0 0; 
	padding: 0 0 0 25px;
	border-left: 1px solid #669933;
	
}
.contacteAd strong{
	color: #006600;
	text-decoration: underline;
}
.horari{
	border: 1px solid #339933;
	padding: 7px;
	margin: 10px 0;
}
strong.strHorari{
	color: #336600;
}
/*--- LEGAL ---*/
#legal{
	background-image: url(../img/bg_peu.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 650px;
	height: 6px;
	padding: 0;
	margin: 0;
}
#legal p{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #666;
	float: left;
}
#legal a{
	color: #666;
}
#legal a:hover{
	color: #339933;
}


/*--- CLASSES GENERALS ---*/
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.floatLeft{
	float: left;
}

.noBorder{
	border: none;
}








