.riga {
	display: table-row;
}

.cella-sx {
	display: table-cell;
	text-align: right;
	width: 250px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.cella-dx {
	display: table-cell;
	text-align: left;
	width: 250px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.col-miniatura {
	display: table-cell;
	width: 160px;
}

.col-dati {
	display: table-cell;
	vertical-align: top;
}

.colonna-50 {
	display: table-cell;
	text-align: left;
	width: 250px;
}
