@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;
	background-color: #003466;
}

.cointainerPage {
	background-color: #FFF;
	clear: both;
	width: 900px;
	margin:0 auto -60px;
	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%;
	overflow:auto;
	padding-bottom:50px;
	margin-bottom:-85px;
}

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


.header {
	position: relative;
	color: #FFF;
	background-color: #334479;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 34px;
}

.footer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003466;
	height:120px;
}
a:link {
	text-decoration: none;
	color: #334479;
}
a:visited {
	text-decoration: none;
	color: #334479;
}

a:hover {
	text-decoration: none;
	color: #900;
}
.sezSx {
	overflow: auto;
	position: relative;
	width: 250px;
	float: left;
	padding-left: 10px;
}



.sezDx {
	overflow: auto;
	position: relative;
	width: 620px;
	float: right;
	padding-right: 10px;
}

.ombra {

    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow:2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
}
.maiuscolo {
	
}
.box {
	margin: 5px;
	padding: 2px;
	overflow: auto;
	position: relative;
	
}
.bordo {
	border: 1px solid #CCC;
}
.bordoDown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.titoloBox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.testoBox {
	padding: 5px;
}
.big {
	font-size: 20px;
}
.rosso {
	color: #F00;
}
