@charset "utf-8";
html,body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #334479;
	background-attachment: fixed;
	background-image: url(../img/sfondoBlu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #003466;
}

.cointainerPage {
	background-color: #FFF;
	clear: both;
	width: 900px;
	margin:0 auto -90px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #071e34;
	border-left-color: #071e34;
	padding: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.pushfooter{
	height:90px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}

.footer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:900px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EF332A;
}

.iconaProsegui   {
	margin-top: -9px;
	position: absolute;
	top: 50%;
	z-index: 5;
	right: 5px;
}
a:link {
	text-decoration: none;
	color: #334479;
}
a:visited {
	text-decoration: none;
	color: #334479;
}

a:hover {
	text-decoration: none;
	color: #900;
}


.header {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334479;
}
.menuOrizzontale {
	clear: both;
	overflow: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuOrizzontale ul {
	display: inline;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.menuOrizzontale li {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}


.bordoDown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.sezSx {
	overflow: auto;
	position: relative;
	width: 230px;
	float: left;
	padding-left: 10px;
}
.sezSx ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sezSx li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-right: 5px;
	padding-left: 30px;
	text-align: left;
}



.sezDx {
	overflow: auto;
	position: relative;
	width: 640px;
	float: right;
	padding-right: 10px;
}
.box {
	margin: 5px;
	overflow: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bordo {
	border: 1px solid #334479;
}


.rosso {
	color: #F00;
}

.ombra {

    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow:2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
}
.sfondoBox {
	background-color: rgba(255,255,255,0.8) ;
}
.maiuscolo {
	text-transform: uppercase;
}

.boxSitoSegnalante {
	text-align: center;
	padding: 5px;
	float: left;
	width: 140px;
	position: relative;
	margin-top: 10px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
}

.boxSitoSegnalante img{
	margin-bottom: 10px;
}

.boxSitoSegnalanteNew {
	text-align: left;
	padding: 5px;
	float: left;
	width: 288px;
	position: relative;
	margin: 5px;
}
.boxSitoSegnalanteNew .boxMiniatura {
	margin: 2px;
	position: relative;
	float: left;
}
.boxSitoSegnalanteNew .label {
	float: left;
	position: relative;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 20px;
	text-align: center;
}
