function apertura_pop_up(URL,winName,features){
	window.open(URL,winName,features);
}