@charset "utf-8";

html,body{ margin:0px; padding:0px 0px 20px 0px; text-align:center; line-height:22px; background:#FAFAFA; font-family:Georgia, "Times New Roman", Times, serif; color:#444; }

h1{ margin:0px 0px 10px 0px; font-size:24px; }
h2{ margin:0px 0px 10px 0px; font-size:20px; }
a{ color:#444; text-decoration:underline; }

.cont{ width:100%; max-width:930px; min-height:300px; margin:0px auto; border:#999999 solid 0px; }

.logo{ margin:20px 0px; height:150px; }

.descri{ font-size:18px; line-height:30px; }

ul.galleria{ margin:0px; padding:0px; overflow:hidden; }
	ul.galleria li{ list-style:none; float:left; display:inline-block; border:#333333 solid 0px; width:33%; margin:0px 0px 8px; }
	ul.galleria li img{ border:none; width:95%; }
		
.perche{ border:#FF0000 solid 0px; overflow:hidden; margin:30px 0px; }
	.perche img{ float:left; margin:0px 30px 0px 0px; }
	.perche h3{ text-align:left; font-weight:normal; font-size:16px; }


#terr{ width:100%; height:430px; }


@media (max-width:500px){
	.logo{ width:310px; }

	.descri{ font-size:18px; line-height:30px; padding:0px 10px; }

	ul.galleria li{ width:50%; }
	
	.perche img{ float:none; margin:0px auto 0px; display:block; }
	.perche h3{ text-align:center; font-weight:normal; font-size:16px; padding:0px 20px; }
}
