function abrePag(url){
	window.open(url,"ventana1" , "width=800,height=500");
	return false;
}
