/* Lista */

.lista {
}

.anterior_siguiente {
	height: 16px;
	margin-bottom: 5px;
}

/* Lista */

.item {
	clear: both;
	padding: 5px 5px 5px 5px;
}

/* Item */

.tema-nombre {
}

.tema-icono {
}


/* Anterior_Siguiente */

.anterior {
	float: left;
}

.siguiente {
	position: relative;
	float: right;
	text-align: right;
}

