﻿$(document).ready(function() {
    $('#column2 .coleccion-item table a').lightBox();

    $('#column3 table a').lightBox();

    $('#column1 table a').lightBox();
});