.centrato
{
	text-align:center;
}
.bgBottom
{
	width:100%;
	float:left;
	background-image:url(/grafiche/bg_bottom.jpg);
	padding:5px 0px 15px 0px;
	background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
}
.logofooter
{
	width:190px;
	margin:20px 10px;
}
.layer50percentoBottom
{
	width:50%;
	margin:0;
	text-align:center;
	float:left;
}

@media screen and (max-width: 768px) {
.layer50percentoBottom
{
	width:100%;
	margin:10px 0;
	text-align:center;
	float:none;
	clear:both
}
}