// Aquí es donde se inicializan los plugins javascript
$(document).ready(function() {
	// Lightbox
	$('a.lightbox').lightBox();
});
