$(document).ready(function(){
	$("#link-triptico").click(function(){
		window.open("servicios/triptico-himin.pdf", "_blank");
	});
});
