.blocchi_a_sinistra {
	background-color: #FFFFCC;
	display: block;
	float: left;

}

.blocchi_a_destra {
	background-color: #CCFFFF;
	display: block;
	float: left;


}

.contenitore_logout_btn {
	display: block;
	float: left;
	margin-left: 30px;
	cursor:pointer;
}

.blocco_profilo {
	width: 340px;
	height: 30px;
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.blocco_cruscotto {
	width: 340px;
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ico_blocco {
	width: 32px;
	display: block;
	float: left;
}

.testo_blocco {
	display: block;
	position:relative;
	float: left;
	padding-top: 6px;
}

.titolo_blocco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

.voce_blocco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	line-height: 15px;
}

.voce_blocco:hover {
	text-decoration: underline;
}