// Muda cor do fundo campo //

    function mudacor(ref,cor){
  
  ref.style.backgroundColor=cor;
   
      }

// Muda cor do fundo campo //
