@charset "UTF-8";
/* CSS Document */

#contenitoreNews {
	position:relative;
	width:400px;
	height:320px;
	overflow:auto;
	top:15px;
	background-color:#000;
	/* padding-left:75px; */
	padding-left:5px;
	clear:both;
}

#contenitoreNewsPagine {
	position:relative;
	width:380px;
	height:260px;
	overflow:auto;
	top:10px;
	background-color:#000;
	padding-left:75px;
	clear:both;
}

.singolaNews {
	position:relative;
	top:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #F90 dotted 2px;
	width:350px;
	background-color:#000;
}

.singolaNewsPagine {
	position:relative;
	top:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #F90 dotted 2px;
	width:360px;
	background-color:#000;
}
