@charset "utf-8";


.valore_bnr > div{
	text-align:center;
}

.valore_bnr > div a img{
	width:90%;
	max-width:420px;
	transition:0.3s;
}
.valore_bnr > div a:hover img,
.valore_bnr > div a:active img{
	opacity:0.7;
	transition:0.3s;
}