function abrirPag( url, cont){
        	                        
                        $('#cont').load(url);
						
				
		}

