.lateral_pie {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.fila {
	display: table-row;
	height: 100%;
}

.celda {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.celda2 {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
}

.nodecoration {
	list-style-type: none;
}
