function ventanaPrensa(URL, nombre) {
	window.open(URL, nombre, 'width=400,height=460,left=15,top=15,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
}
