﻿/*************** NOTIZIE CITTADINANZA ***************/
.positionNews {
	position: relative;
	width: 440px;
	height: 97px;
	float: left;
}
/* POSIZIONE IMMAGINE NEWS */
.positionImgNews {
	border: 1px solid #B64435;
	position: relative;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	width: 90px;
	height: 90px;
}
/* FORMATTA TESTO */
.positionTitleNews {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	float: left;
	width: 340px;
}
.positionPreviewNews {
	line-height: 15px;
	position: relative;
	float: left;
	width: 340px;
	text-align: justify;
}
.positionGoNews {
	line-height: 20px;
	color: #B64435;
	font-weight: bold;
	float: left;
	width: 340px;
	text-align: right;
	position: relative;
	z-index: 100;
}
/*************** NOTIZIE DAL COMUNE ***************/
#positioNewComune {
	position: relative;
	width: 440px;
	height: auto;
}


