div#boxcentrale {
	width: 750px;
	height: 420px;
	margin-top: 10px;
	background-color: transparent;
	border-style: solid;
	border-width: medium;
	border-color: #e5dba8;
	-moz-border-radius: 10px 15px;
	text-align: justify;
	float: right;
	padding: 5px;
	overflow: auto;
}


div#boxcentrale a {
        color: #E0B87E;
}

div#box_iniziativa {
	width: 725px;
	height: 250px;
	background-color: #e5dba8;
	border-style: solid;
	border-width: medium;
	border-color: #e57322;
	
}
div#box_iniziativa_sinistra{
	width: 130px;
	height: 100%;
	border-right: solid;
	border-right-width: thin;
	border-color: black;
	text-align: center;
	vertical-align: middle;
	/*background-color: blue;*/
}
div#box_iniziativa_centro{
	width: 340px;
	height: 100%;
	border-right: solid;
	border-right-width: thin;
	border-color: black;
	/*background-color: green;*/
	float: right;
	
}
div#box_descrizione {
	height: 98%;
	width: 98%;
	overflow: auto;
}
div#box_iniziativa_destra{
	width: 241px;
	height: 100%;
	float: right;
	text-align: center;
/*	background-color: red;*/
}
div#box_iniziativa_destra img {
	height: 200px;
}

div#box_iniziativa_titolo {
	width: 725px;
	height: 20px;
}
div#box_iniziativa_titolo_sinistra{
	width: 130px;
	height: 100%;
	text-align: center;
}
div#box_iniziativa_titolo_centro{
	width: 340px;
	height: 100%;
	float: right;
	text-align: center;
}
div#box_iniziativa_titolo_destra{
	width: 241px;
	height: 100%;
	float: right;
	text-align: center;
/*	background-color: red;*/
}

div#fondo {
	margin-top: 50px;
}

