Power-trio from Vallekas (working-class district of south-east Madrid - Spain). Musical wit; borderless compositions, songs featuring piano and clean guitar riffs, voices and choruses reminiscence of San Francisco’s hippies of late 60s, constant tributes to great bands such us The Doors, Black Sabbath, Cream, Jefferson Airplane and the Spanish renowned band Triana.
/*
function set(variable){ return variable; }
var mis_categorias = set([1, 2, 27]);
var mis_labels = set([1]);
var mis_generos = set([4, 39]);
$('[name=genres]').each(function(){ $(this).parent().hide();});
mis_generos.forEach(function (e){$('[name=genres][value='+e+']').parent().show();});
$('[name=categories]').each(function(){ $(this).parent().hide();});
mis_categorias.forEach(function (e){$('[name=categories][value='+e+']').parent().show();});*/