// JavaScript Document


$(document).ready(function(){
	$('#contenedor').hide();
	$('#contenedor').fadeIn("slow")
	Shadowbox.init();
});	