@charset "utf-8";
/* CSS Document */

.boxnews{
	position: relative;
	float: left;
	width: 530px;
	border-bottom-color: #FF9933;

}
.topnews{
	position: relative;
	float: left;
	width: 515px;
	height:16px;
	padding-left: 15px;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
	background-color: #3eb9b9;
	font-size: 12px;
	padding-bottom: 2px;
}
.titolopagina{
	position: relative;
	float: left;
	width: 540px;
	text-align:right;
}
.midnews{
	position: relative;
	float: left;
	width: 525px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1786B5;
	background-color: #ECF0F2;
	background-image: url(../../images/foot_box_news.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #1786B5;
}
.leftnews{
	position: relative;
	float: left;
	width: 140px;
	border: 5px solid #1786b5;
}
.imgnews{
	position: relative;
	float: left;
	width: 140px;
	height:120px;
}
.data{
	position: relative;
	float: left;
	width: 130px;
	padding-left:8px;
	padding-top: 5px;
	font-size:9px;
	color: #333;
	font-weight: bold;
}
.titolo a{
	position: relative;
	float: left;
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	background-color: #D9E2E5;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	width: 365px;
}
.rightnews{
	position: relative;
	float: left;
	width: 375px;
}
.testonews{
	position: relative;
	float: left;
	width: 365px;
	text-align: justify;
	padding: 5px;
	
}
.continua{
	position: relative;
	float:right;
	width: 240px;
	text-align:right;
	padding-top: 8px;
	padding-right: 10px;
}
.continuaimmagine{
	position: relative;
	float: left;
	width: 530px;
	text-align:right;
	padding-right: 5px;
	padding-top:5px;
}

