function popup(ruta) {
	var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=500, top=85, left=140";
	window.open(ruta,"",opciones);
}