.news-list {
	float: left;
	width: 430px;
	height: 160px;
}
	.news-list .pic {
		float: left;
		width: 150px;
		line-height: 160px;
		text-align: center;
	}
	.news-list .testo {
		float: left;
		width: 250px;
		height: 160px;
		margin: 0 10px;
	}

.foto {
	float: left;
	width: 270px;
}
.testo {
	float: left;
	width: 500px;

}
.allegati {
	float: left;
	width: 270px;
}



.news-list2 {
	float: left;
	width: 430px;
	height: 160px;
}
	.news-list2 .pic {
		float: left;
		width: 100px;
		line-height: 100px;
		text-align: center;
	}
	.news-list2 .testo {
		float: left;
		width: 160px;
		height: 100px;
		margin: 0 10px;
	}

.news-list3 {
	float: left;
	width: 270px;
	height: 160px;
}
	.news-list3 .pic {
		float: left;
		width: 100px;
		line-height: 100px;
	}
	.news-list3 .testo {
		float: left;
		width: 160px;
		height: 100px;
		margin: 0 5px;
	}
