function goToLocalizacionProvincia(id)
{
    document.location.href = '/sobre-lausan/localizacion/' + id;
}
