	.titolo_dx {
	margin-top: 10px;
	background-color: #ae2216;
	padding-left: 5px;
	padding-right:5px;
	cursor: pointer;
	border-top: 1px solid #ae2216;
	border-left: 1px solid #ae2216;
	border-right: 1px solid #ae2216;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ae2216;
	color: #FFFFFF;
	}
	
	.content_dx {
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #ae2216;
	border-right: 1px solid #ae2216;
	border-bottom: 1px solid #ae2216;
	color: #000000;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/sfondodx.gif);
	background-repeat: no-repeat;
	}
	
	.titolo_dx_highlight {
		background-color: #F7941E;
		padding-left: 15px;
	}
	.content_dx_highlight {
		margin-bottom: 8px;
		padding: 4px;
		background-color: #000;
		border-left: 1px solid #F7941E;
		border-right: 1px solid #F7941E;
		border-bottom: 1px solid #F7941E;
	}
	
	
	body {
	/* color: #03000C; */
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	background-color: 3F3F3F;
	}
	input,select,option {
		font-family: Verdana, Arial;
		font-size: 10px;
	}
	
	
	h1 {
	font-size: 22px;
	}
	
	h3 {
	font-size: 16px;
	font-weight: normal;
	/* font-family: tahoma; */
	color: #AE2216;
	font-family: garamond;
	}
	
	h4 {
	font-size: 13px;
	color:AE2216;
	margin:0px;
	font-family:Arial;
	}
	
	h5 {
		font-size: 12px;
		margin:0px;
	}
	
	a {
	color: #AE2216;
	text-decoration: none;
	}
	a:link, a:visited, a:active {
		text-decoration: none;
	}
	a:hover {
		color: #F7941E;
		text-decoration: none;
	}
	#map {
	width: 360px;
	height: 280px;
	margin: auto;
	border: 1px solid #ae2216;
	}
	.nota {
	font-size: 9px;
	color: #3f3f3f;
	}
