Formed and based in Richmond, Virginia, Bio Ritmo combines 70s style salsa with different eclectic influences. They are one of the most original bands of the last decade and one of the most innovative salsa band working today.
/*
function set(variable){ return variable; }
var mis_categorias = set([24, 27, 4]);
var mis_labels = set([3]);
var mis_generos = set([5, 13]);
$('[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();});*/