


$(document).ready(function(){
	$("a img").parent().addClass('sin_borde');
	
});

	 
$(function() {
        $('[href*="png"]').lightBox();
    });
