/* CSS Document */
body{
	background: #0258a0;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: sans-serif;
	font-size: .9em;
}

.content{
	display: block;
	min-width: 800px;
	width: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border: solid 3px #fff;
}

.content .header{
	display: block;
	width: 100%;
	background: url(header.jpg);
	background-position: top, left;
	background-repeat: no-repeat;
	height: 228px;
	margin: 0px;
	padding: 0px;
	
}

.content .header h1{
	display: none;
}
.content .header img{
	display: block;
	float: right;
}

.content .center{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content .center .sx{
	display: block;
	width: 199px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.content .center .sx .menu{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content .center .sx .menu li{
	display: block;
	width: 80%;
	margin: 0px;
	padding: 0px;
	margin: auto;
}

.content .center .sx .menu li a{
	display: block;
	width: 100%;
	background-color: #0065b9;
	margin-top: 3px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 5px;
	font-size: 1em;
}

.content .center .sx .menu li a:hover{
	color: #ffdd02;
	border-left: solid 2px #fff;
}

.content .center .sx .menu .selez{
	display: block;
	width: 80%;
	background-color: #0065b9;
	color: #ffdd02;
	margin: 0px;
	padding: 0px;
	margin:auto;
	margin-top: 3px;
	margin-bottom: 2px;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	font-size: 1em;
}

.content .center .sx .menu .mnufoto{
	display: block;
	width: 80%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	background: #0258a0;
}

.content .center .sx .menu .mnufoto li{
	display: block;
	margin: 0px;
	padding: 0px;
	background: #0258a0;
	margin:auto;
}
.content .center .dx{
	display: block;
	min-width:595px;
	width: auto;
	width: 595px;
	float: left;
	border-left: solid 3px #fff;
	padding-bottom: 10px;
	min-height:400px;
	height:auto;
}

.content .center .dx .testo,.content .center .dx .assessore {
	display: block;
	width: 90%;
	margin: auto;
	text-align: justify;
	color: #fff;
}

.content .center .dx .testo a, .content .center .dx .assessore a{
	color: #fff;
}

.content .center .dx .gallery{
	display:block;
	width: 90%;
	margin:auto;
}

.content .center .dx .gallery a{
	border:none;
	margin:5px;
}

.content .center .dx .gallery a img{
	border: solid 2px #fff;
	margin:5px;
}

.content .center .dx .mappe{
	display:block;
	width: 90%;
	margin:auto;
}

.content .center .dx .mappe img{
	border: solid 2px #fff;
	margin-top: 10px;
}

.content .center .dx .assessore img{
	float:left;
	border: solid 2px #fff;
	margin: 15px;
}

.content .center .dx .gallery{
	text-align:center;
	
}

.content .center .dx .gallery img{
	margin:10px;
	border: solid 1px #fff;
}

.content .center .dx .gallery .frecce{
	border:none;
}
.fine{
	clear: both;
}
