.riquadro_foto{
	width:576px;
	height:420px;
	margin-bottom:35px;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 800px) {
  .riquadro_foto {
	  width:auto;
  }  
}

.in_evidenza{
	width:380px;
	height:277px;	
}

.in_evidenza-chi_siamo{
	width:303px;
	height:300px;	
}


.link_home{
	color:black;
	
}

.link_home:hover{
	color:#005823;	
}

.link_footer{
	color:black;
	
}

.link_footer:hover{
	color:#005823;	
}

.banner_cookie{
	background-color:#888;
	color:white;
        text-align:center;
	font-size:18px;
	padding-top:15px;
	height: 70px;
        
}