/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### News								###
*/

/* Intestazione news */
#sfondo_intestazione_news {
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 210px;
}

/* Struttura news */
.news {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	border-bottom: 0px solid #DDD;
	margin-top:23px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:30px;
}

.news hr{
	margin-top:5px;
	margin-left:0px;
	margin-right:0px:
	margin-bottom:0px:
	size:1px;
}

.news h3 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #292929;
	font-weight: normal;
	text-align: right;
}

.news h1 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #5882A2;
	font-weight:bold;
	margin-top: 5px;
}

.news h2 {
	font-weight: normal;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #292929;
	margin-top: 5px;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #292929;
	margin-top: 5px;
}

.news a:hover {
	color: #292929;
}


.news .bord_news{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 5px;
	border-bottom:1px solid #8f9088;
}

