$(document).ready(function() {

	$("#perg01").click(function(){
		window.location = "cfdiminuircustos.php";
	});

});