@charset "UTF-8";
.titoli_prima {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg_td1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 15px;
/*     per angoli tondi               */
		border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*            fine                         */
}
.titoli_prima a {
	color: #17559F;
	padding: 3px;
}
.titoli_prima p {
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.titoli_prima a:hover {
	color: #DFEFFF;
	background-color: #17559F;
	padding: 3px;
}
#titoloni_home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #938B22;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

