/* CSS Document */

body {
	font-family: "Lucida Grande",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
 	padding:0px; 
	background-color: #FFF;
	color: #000;
}

.nobordo {	
	border: none;
}

#index {
	background: url(imgs/bg-home.jpg) no-repeat center #FFF;		
	padding-top: 0px;
	padding-bottom: 10px;
}

.logo {		
	text-align: center;
	height: 119px;
	background-color: #FFF;
}

#header-top {
	display: none;
}
	
#logo {
	height: 119px;
}

#main {
	float:left;
	width:100%
	
}

#maincontent {
	float: left;
	width: 100%;	
}

#maincontent-dep {
	width: 93%;
	float: left;
}

#breadcrumbs {
	display: none;
}

#rightsidebar {
	clear: left;
	width: 100%;
	text-align: right;
}

#rightsidebar p {
	display: none;
}

#footer {
	clear: both;
	margin-bottom: 5px;
	padding-top: 4px;
	color: #FFF;
	background-color: #336699;
	border-top: 0px solid #6699CC;
	letter-spacing: 2px;
}

#footer span {
	display: block;	
	font-size: .8em;
	text-align: left;
}

#footer span a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

#footer span a:hover {
	text-decoration: underline;
}


.cornertop {
	display: none;
}

.cornerbottom {
	display: none;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #24618e;
	font-weight: bold;
	margin-top: 20px;
}

.titolo {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #24618e;
	font-weight: bold;
}

.nav {
	display: none;
}

.reparto { 
	display: none;
}

.indice { 
	display: none;
}

.colsx{
	float: left;
	width: 48%;
}

.coldx{
	float: right;
	width: 48%;
}

.immagine {
	text-align: center;
	margin: 10px 0 10px 0;
}

.immagine img {
	border: 1px solid #6699CC;
	padding: 3px;
	background-color: #E5E5E5;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.immagine-label {
	display: block; 
	font-weight: lighter;
	font-size: .8em;
}

.img-reparti td {
	padding: 2px;
}

.immaginerep {
	border: 1px solid #6699CC;
	background-color: #6699CC;
	-moz-border-radius:8px;
	border-radius:8px;
}

.immaginerepON {	
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;	
}

.immaginerepOFF {	
}

.immaginerep-label {
	display: block; 
	text-align: center;
	text-transform: uppercase;
	background-color: #6699CC;
	padding: 0px 2px 5px 2px;
	color: #000;
	-moz-border-radius:4px;
	border-radius:4px;
}

.immaginerep-label a {
	color: #000;
	text-decoration: none;
}

.tornasu a {
	display: none;
}
.tornasu img {
	display: none;
}

.nota {
	display: block;
	font-size: x-small;
	font-weight: bold;
	border-left: 3px solid #336699;
	padding: 5px;
}

.listapunto {
	list-style: url(imgs/punto.jpg);
}

.testo {
	margin-bottom: 20px;
	display:block;
	clear:left;
}

.testo span {
	display: block;
}

.imgs-list {
	margin-top: 10px;
	clear: right;
}

#holder {
	display: none;
}







