.citHlp{
	background-color: #DEDEFF;
	width: 50%;
	margin-left: 10%;
	padding: 1%;
	border: dashed thin #666;
	font-size: 0.9em;
	font-style: italic;
}
.sommario{
	width: 25%;
	height: auto;
	float: left;
/*	position: fixed;*/
	border-right: dashed 1px #999;
}
.guida{
	width: 70%;
	float: right;
	text-align: justify;
}