$(document).ready(function() {

	$("#perg01").click(function(){
		window.location = "cfdiminuircustos.php";
	});

	$(function() {
        $('#gallery a').lightBox();
    });

    $("#col_esquerda").hide();

});