div.news
{
	background-color: white;
	margin-top: 50px;
	height: 100%;
	overflow: hidden;
}

div.news_immagine
{
	width: 120px;
	float: left;
	margin: 20px;
}

div.news_titolo
{
	position: absolute;
	top: 120px;
	margin-right: 20px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #cccccc;*/
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 24px;	
}

div.news_testo
{
	margin-left: 160px;
	margin-top: 20px;
	margin-right: 10px;
	padding-bottom: auto;
	background-color: white;
}

.news_immaginisec img
{
	margin: 10px 50px 10px 50px;
}