/*STILI GENERALI*/
.titolo {
	font-size: 14px;
	line-height: 30px;
	width: 450px;
	height: 30px;
	background-color: #7FB1CD;
	text-indent: 15px;
	float: left;
	clear: none;
	margin-top: 20px;
	}
/*stile per la navigazione interna*/
#secnav {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FBFBF9;
}
#logo {
	height: 170px;
	background-image: url(../images/segreteria.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	width: auto;
}
#secnav li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
/*fine stile navigazione interna*/
.datatess {
	font-size: 13px;
	line-height: 30px;
	width: 100px;
	height: 30px;
}
.categoria {
	font-size: 13px;
	line-height: 30px;
	width: 300px;
	height: 30px;
	font-weight: bold;
}
.datatessint {
	font-size: 13px;
	line-height: 30px;
	width: 150px;
	height: 30px;
}
.modulo {
	font-size: 14px;
	line-height: 16px;
	float: left;
	width: 200px;
	margin-left: 25px;
	clear: left;
	height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
