@charset "utf-8";
/* CSS Document */

.boxnews{
	position: relative;
	float: left;
	width: 530px;
	border-bottom-color: #FF9933;

}
.topnews{
	position: relative;
	float: left;
	width: 515px;
	height:9px;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	background-color: #3eb9b9;
	font-size: 12px;
}
.categoria{
	position: relative;
	float: left;
	width: 530px;
	
}
.titcategoria{
	font-size:11px;
	color: #333;
	font-weight: bold;
	position: relative;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3eb9b9;
	height: 16px;
	width: 270px;
}
.combocategoria{
	position: relative;
	float: right;
	width: 260px;
	height: 19px;
}
combocss{
	font-size:9px;
	color: #333;
}
.navigatore{
	position: relative;
	float: left;
	width: 530px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#navprecedente{
	position: relative;
	float: left;
	width: 100px;
	text-align: center;
}
#navnumerpag{
	position: relative;
	float: left;
	width: auto;
	text-align: left;
}

#navnumerpag a{
	color: #333;
}
#navsuccessivo{
	position: relative;
	float: left;
	width: 100px;
	text-align: center;
}
.titolopagina{
	position: relative;
	float: left;
	width: 540px;
	text-align:right;
}
.contlista{
	position: relative;
	float: left;
	width: 530px;
	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;
	padding-bottom: 15px;
}

.nome{
	position: relative;
	float: left;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1786B5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

