.frecce_news{
	position: absolute;
	width: 100%;
}
.frecce_news a{
	cursor: pointer;
}
.titolo_box_news_home{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #454545;
	text-transform: uppercase;
	margin: 10px 0;
}
.riquadro_box_news_home{
	border: 1px solid #dedede;
	padding: 10px;
}
.descrizione_box_news_home{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	text-align: justify;
	font-style: italic;
}
.descrizione_box_news_home img{
	width: 50px;
	margin: 5px;
}
.link_box_news_home a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #b50712;
	font-style: italic;
	line-height: 30px;
}
.data_box_news_home{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #454545;
	background: #dedede;
	padding: 3px 5px;
	width: 80px;
	text-align: center;
	float: right;
}