div.news_home{
	width: 98%;
	margin-left: 10px;
}

div.news_home hr.hr{
	width: 100%;
	height: 1px;
	color: #000;
	
	/*background-color: #000;*/
}

div.news_home_elements{
	width: 100%;
	
	font-size: 12px;
}

div.news_home_elements div.news_title{
	width: 100%;

	font-weight: bold;
}

div.news_home_elements div.news_title a{
	text-decoration: none;
	
	color: #000;
}

div.news_home_elements div.news_body{
	width: 100%;

	font-size: 11px;
	text-align: justify;	
}

/*NEWS VIEW*/
div.news_view{
	width: 98%;
	margin-left: 10px;
}

div.news_view span.news_title{
	font-size: 12px;
	font-weight: bold;
}

div.news_view div.news_body{
	font-size: 11px;	
}

div.news_view div.news_html_body{
	
}

div.news_view div.news_image{
	width: 100%;
	text-align: center;
}

div.news_view div.news_image img{
	width: 500px; /*DA ELIMINARE*/
	padding: 2px;
	border: solid 1px black;
}

/*HOME NEWS*/
div.home_news{
	width: 98%;
	margin-left: 10px;
}

div.home_news hr.hr{
	width: 100%;
	height: 1px;
	color: #000;
	
	background-color: #000;
}

div.home_news_elements{
	width: 100%;
	margin-top: 10px;
	
	font-size: 12px;
}

div.home_news_elements div.news_title{
	width: 100%;

	font-weight: bold;
}

div.home_news_elements div.news_title a{
	text-decoration: none;
	
	color: #006;
}

div.home_news_elements div.news_body{
	width: 100%;

	font-size: 11px;
	text-align: justify;	
}
