
/* formattazione generica */

#hometesto {
	width:550px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid gray;
	float: left;
	display: inline;
	background-color: white;
	padding: 20px 10px;
}

#newsprod {
	float: left;
	display: inline;
	width: 180px;
	text-align: left;
	font-size: 12px;
}

.newsobj {
	border: 1px solid gray;
	background: white;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #1d7cd2;
	font-weight: bold;
	font-size: 14px;
}

#newsprod a {
	color: #1d7cd2;
}

#newsprod a:hover {
	color: #ae0006;
}

#newsprod .catactive a, #newsprod .catactive a:hover {
	color: #ae0006;
	font-weight: bold;
}

.newsfoto {
	border: 1px solid #02aef0;
	background: #d0e4ed;
	text-align: center;
	padding: 5px;
}

.newsnome {
	text-align: center;
	font-weight: bold;
}