@media screen and (max-width: 550px) {
    body {
        font-size: 100%;
    }
#cab img{
          max-width: 50px;   /* Máximo da largura da imagem */
          width: 100%;
          max-height: 90px;  /* Máximo da altura da imagem */
          min-height: auto;      /* Mínimo da altura, por padrão “auto” */
          background-size:100%;
          background-repeat: no-repeat; float: left;margin-right:10px
  }
select{ width:100%; border:#0099CC solid 1px; background:#f3f3f3}
#cab h1{ font-size:90%;}
#cab{ line-height:30px; height:30px; padding:10px; background:#fff;display:block; vertical-align:middle}
#menu li{ display:inline-block; width:100%; background:#CCCCCC; border:#000033 solid 1px; text-align:center}
#menu-vest ul,#menu-vest{ padding:0}
#menu-vest li{ width: auto; display:inline-block}

#cab-vest{ display:table; width:100%; border:0; text-align:center}
#cab-vest h1{ font-size:100%; display:block}
#IMG-LOGO{ width:40px}
}

@media screen and (max-width: 20em) {
    body {
        font-size: 80%;
    }
}