
Interna = {
	
	carregar : function() {
        
       if($('usuario')) $('usuario').focus();

    }
	
}

