@charset "UTF-8";
/* CSS Document */

/*_________________________________BODY CARATTERISTICHE GENERALI*/
html, body {
	font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
	color: #000000;
	text-align: justify;
	font-size: 7pt;
}

#header {
	display:none;
	}
	
#menu {
	display:none;	
	} 

.imgTit{
	display:none;
}

.back{
	display:none;
}

.descrizione{
	margin: 10px;
	float:left;
}

.colonna{
	margin: 10px;
	float:left;
}

#footer{
	display:none;
}

h3{
		font-size: 15pt;
			color: #666;
}

.scheda{
	width: 80%; 
}
.vasche{
	width: 30%;
/*	float: left;*/
	margin: 0px;
}

#contenuti h1 {
	color: #666;
	font-size: 12pt;
	line-height: 11pt;
}
	


