@charset "UTF-8";
.clBarBackground{
  background:url(../img/fundoPesquisaRodape.png);
  color:white;
}
/* -- Mobile Devices -------------------------------------------------------- */
@media only screen 
  and (min-width:320px) 
  and (max-width:1024px){
  header #mainHeaderWrapper #mainHeaderLeft #logo{
    margin:0;
  }
  header #mainHeaderWrapper #mainHeaderLeft #logo #mainlogo{
    max-width:90%;
    height:auto;
  }
  footer #footerSignIn{
    background-repeat:repeat;
  }
}