/* gestione classi riutilizzabili */

.nascondi{
    display: none;
}

.annulla-float {
	clear: both;
}
.no-bordo {
	border: none !important;
}
.no-bold {
	font-weight: normal !important;
}
.voce-attiva {
	font-weight: bold;
}
.voce-attiva ul li {
	font-weight: normal !important;
}
.ultimo-elemento {
	margin-right: 0 !important;
}
.ls-canvas .ls-cmp-wrap {
	padding: 0 !important;
}
.w01 {
	width: 1%;
}
.w05 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33.3333%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w66 {
	width: 66, 6666%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w99 {
	width: 99%;
}
.w100 {
	width: 100%;
}
.vam {
	vertical-align: middle;
}
.sinistra {
	text-align: left !important;
}
.destra {
	text-align: right !important;
}
.centro {
	text-align: center !important;
}
.lf {
	float: left;
}
.rf {
	float: right;
}
