/* CSS Document   PRINT 
	verde: #309944;
	verde50%:  #A0CFA1;
	blu:   #0E3092;
	blu50%:   #8697C8;
	*/

body{
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	}
	
img{
	border: 0;
	}
	
a{
	color: black;
	}
a:hover{
	text-decoration: none;
	}
	
hr {
	display: none;
	}
h2{
	page-break-before: always;	
	}
label{
	display: block;
	}

ul{
	width: 100%;
	margin: 0 0 1em 0;
	padding: 1em;
	}
ul li{
	width: 100%;
	}
	


/*                   struttura           */

#cont-1{
	width: 98%;
	margin: 0 auto;
}
#img-print{
	text-align: right;
	display: block;
	}
#testa-alig-bottom, #col-sx, #col-dx{
	display: none;
	}


/*                   struttura           */


#bread{
	display: none;
	}
.links-bottom{
	display: none;
	}
.links-bottom a.tornasu{	
	display: none;
	}
.links-bottom a.stampa{	
	display: none;
	}
.link-vai{
	display: none;
	}
	
.titolo, .titolo-home, .titolo-link, .titolo-sez, .titolo-elencotesti, .titolo-contenuto{
	display: block;
	clear: both;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;
	}

/*                   piede           */
#copy{
	float: left;
	}
	
#solution{
	float: right;
	}
	
#solution a{
	text-decoration: none;
	color: black;
	}
#solution a:hover{
	text-decoration: underline;
	}
#solution .netblu{
	color: #0000CC;
	}
#solution .beblack{
	color: black;
	}
.verde{
	color: #309944;
	}
.blu{
	color: #0E3092;
	}
p b{
	font-weight: normal;
	}
	
.right{
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
	}

.left{
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	}
	
.contenuto{
	display: block;
	clear: both;
	width: 98%;
	}
	
.didascalia{
	padding: .5em 1em 1em 1em;
	display: block;
	clear: both;
	}
	/* GALLERY  */
	
.thumb-list{
	display: block;
	float: left;
	width: 100%;
	margin: 1em 0;
	}

.gallery-testi{
	page-break-before: always;
	}
	
.riga-thumb{
	width: 100%;
	margin-bottom: 1em;
	}
	
.thumb-list .thumb{
	float: left;
	width: 33%;
	}
	
.thumb-list .didascalia{
	padding: .5em 0 0 0;
	font-size: 90%;
	width: 8em;
	}
	
.riga-thumb{
	clear: both;
	}
	
	
#contatti input.text, #contatti textarea{
	width: 50%;
	}