body
{
	font-family: 'Lato', sans-serif;
	font-size:1.4em;
	font-weight:300;
	margin:0px;
	padding:0px;
}
a, hover, visited
{
	color:#2f6616;
	text-decoration:none;
}

.spacer
{
	height:0px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.spacer2
{
	height:15px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.titolo
{
	font-size:2.6em;
	font-weight:300;
	color:#2f6616;
}
.centrato
{
	text-align:center;
}
.corpo
{
	width:1200px;
	margin:0px auto;	
}
.pulsante
{
	width:280px;
	border:1px solid#2f6616;
	padding:6px;
	margin:30px auto;
	text-align:center;
}
.layer33percento
{
	width:31.33%;
	margin:1%;
	float:left;
}

.layer50percento
{
	width:50%;
	
	float:left;
}

#bgbottom
{
	background-color:#333;
	color:#FFF;
	font-size:0.9em;
}
.logobottom
{
	width:100%;
	text-align:center;
	margin:40px 0px 0px 0px;
}
.logobottom img
{
	height:50px;
	margin:5px 10px;
}
#bgbottom a, hover, visited
{
	color:#FFF;
}
#bgbottom .titolobottom
{
	width:100%;
	text-align:center;
	padding:5px 0px;
	border:1px solid #FFF;
}
#bgbottom .social img
{
	width:36px;
	margin:0px 5px;
}
#bgbottom .contatti ul
{
	margin:0px;
	padding:0px;
}
#bgbottom .contatti li
{
	margin:0px;
	padding:5px 0px;
	list-style-type:none;
}
#bgbottom .layer33percento img
{
	width:inherit;
}


@media screen and (max-width: 1200px)
{
.corpo
{
	width:100%;
}
}
@media screen and (max-width: 768px)
{
.layer33percento,.layer50percento
{
	width:98%;
}
}