function abreVentanaAllIncludedNight(direccion) {
	var opciones = "width=800,height=600,scrollbars=NO,statusbar:NO,location=NO,resizeable=NO";
	window.open(direccion,'',opciones);
}