@charset "UTF-8";
.sfondo {
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: auto;
	height: 800px;
}
.body {
	background-color: #dedede;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}
.fasciaBassa {
	background-image: url(../img/fondo_basso.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.fasciaAlta {
	background-image: url(../img/fondo_alto.png);
	background-repeat: no-repeat;
}
.sx {
	background-image: url(../img/fondo_alto.png);
	height: 162px;
	background-repeat: repeat-x;
	width: 50%;
	margin-top: 0px;
	z-index: 1;
	position: absolute;
}
.testata {
	background-image: url(../img/testata.png);
	height: 162px;
	width: 1010px;
	background-repeat: no-repeat;
	z-index: 2;
	margin: auto;
}
.main {
	margin: auto;
	width: 1010px;
	background-image: url(../img/fascia_fondo.png);
	background-repeat: repeat-y;
}
.sponsor {
	background-image: url(../img/fondoSponsor.jpg);
	height: 180px;
	width: 180px;
	margin-left: 23px;
	
}
.dx {
	height: 56px;
	background-repeat: repeat-x;
	background-image: url(../img/fondo_basso.png);
	width: 50%;
	position: static;
	z-index: 1;
	float: right;
	margin-top: -56px;
}
.topMenuBox {
	margin-top: 140px;
	margin-left: 600px;
	height: 18px;
	position: absolute;
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	width: 136px;
	float: left;
	color: #FFFFFF;
	text-align: center;
 text-decoration:none;
}
.sxMenu {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	width: 202px;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
	line-height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #844f00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #844f00;
  text-decoration:none;
}
.sxMenu:Hover {
	background-color: #cb7300;
}
.containerSx {
	float: left;
	width: 234px;
}
.mainContainer {
	float: left;
	width: 776px;
	margin-top: 10px;
}
.footerBox {
	background-image: url(../img/footer_fondo.jpg);
	height: 56px;
	width: 1010px;
	margin: auto;
	padding-top:0px;
}
.sciBox {
	height: 120px;
	width: 380px;
	float: left;
	border: 1px dotted #003300;
	background-color: #d7ead7;
	overflow: hidden;
  text-decoration:none;
}
.sciBox:hover {
	background-color: #C0D1C1;
}
.eventiBox {
	height: 120px;
	width: 380px;
	float: left;
	border: 1px dotted #000033;
	background-color: #d5edfa;
	overflow: hidden;
  text-decoration:none;
}
.eventiBox:hover {
	background-color: #C4DCE8;
  text-decoration:none;
}
.eventiBoxPiccolo {
	height: 120px;
	width: 240px;
	border: 1px dotted #000033;
	background-color: #d5edfa;
	overflow: hidden;
	float: right;
  text-decoration:none;
}
.eventiBoxPiccolo:hover {
	background-color: #C4DCE8;
}
.sciBoxPiccolo {
	height: 120px;
	width: 240px;
	border: 1px dotted #000033;
	background-color: #d5edfa;
	overflow: hidden;
	float: right;
  text-decoration:none;
}
.sciBoxPiccolo:hover {
	background-color: #C0D1C1;
}
.oSpace {
	width: 11px;
	float: left;
}
.banner {
	width: 776px;
	height: 280px;
}
.vSpace {
	clear: both;
}
.newsSingola {
	width: 520px;
	overflow: hidden;
}

.displayBlock{
  display:block;
}
