/****************************************************************************************************************************************************************/
#boxContainer {
position: relative;
background: #fff url('../img/bgboxContainer.jpg') repeat-x 0px 0px;
border-right: 1px solid #1A547F;
border-left: 1px solid #1A547F;
min-height: 20em;
height: auto !important;
height: 20em;
}

	#boxCenter {
	margin: 0 auto;
	width: 710px;
	display: table;
	}

		p.Presentazione {
		padding: 20px;
		text-align: left;
		font-size: 0.8em;
		font-family: Arial, sans-serif;
		color: #555;
		text-align: justify;
		}

			p.Presentazione strong {
			color: #000;
			}

			.boxTop {
			width: 100%;
			height: 48px;
			display: block;
			background: #fff;
			}

				.boxTop p {
				padding: 5px 0;
				line-height: 14px;
				font-size: 1em;
				}

					.boxTop p span {
					font-weight: bold;
					letter-spacing: 1px;
					}

			.boxBody {
			position: relative;
			background: #D8DBDD url('../img/bgBoxSplash.png') repeat-x 0px 0px;
			height: 180px;
			border-left: 1px solid #D4D9DE;
			border-right: 1px solid #D4D9DE;
			}

				.boxBody p {
				padding: 15px;
				color: #555;
				font-family: Arial, sans-serif;
				font-size: 11px;
				line-height: 13px;
				text-align: justify;
				}

				.boxBody a.Avanti {
				display: block;
				position: absolute;
				bottom: 5px;
				right: 5px;
				text-align: right;
				height: 36px;
				font-size: 1em;
				padding: 0 42px 0 0;
				line-height: 17px;
				text-decoration: none;
				background: url('../img/frecciaAvanti.png') no-repeat right 0px;
				}

					.boxBody a.Avanti span {
					font-weight: bold;
					text-transform: uppercase;
					}

			.boxFooter {
			width: 208px;
			height: 14px;
			border-left: 1px solid #D4D9DE;
			border-right: 1px solid #D4D9DE;
			border-top: 1px solid #D4D9DE;
			background: #fff url('../img/bgBoxFooter.png') no-repeat -10px 0px;
			}

		#boxProvincia {
		float: left;
		margin: 1em 0 1em 0;
		width: 210px;
		height: 260px;
		/*border: 2px solid #C9D4DC;*/
		}

			#boxProvincia .boxTop a {
			width: 208px;
			height: 100%;
			display: block;
			border-left: 1px solid #D4D9DE;
			border-right: 1px solid #D4D9DE;
			background: url('../img/topProvincia.png') no-repeat -10px 0px;
			}

			#boxProvincia .boxBody a.Avanti {
			color: #83B8C9;
			}

		#boxComune {
		float: left;
		margin: 1em 0 1em 40px;
		width: 210px;
		height: 260px;
		}

			#boxComune .boxTop a {
			width: 208px;
			height: 100%;
			display: block;
			border-left: 1px solid #D4D9DE;
			border-right: 1px solid #D4D9DE;
			background: url('../img/topComune.png') no-repeat -10px 0px;
			}

			#boxComune .boxBody a.Avanti {
			color: #E12E4A;
			}

		#boxStrutture {
		float: left;
		margin: 1em 0 1em 40px;
		width: 210px;
		height: 260px;
		}

			#boxStrutture .boxTop a {
			width: 208px;
			height: 100%;
			display: block;
			border-left: 1px solid #D4D9DE;
			border-right: 1px solid #D4D9DE;
			background: url('../img/topStrutture.png') no-repeat -10px 0px;
			}

			#boxStrutture .boxBody a.Avanti {
			color: #FF6600;
			}