html, body {
  margin: 0;
  padding: 0;
  background: #fff;
}
body {
  margin-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
.pagina {
  width: 852px;
  min-height: 723px;
  margin: 0 auto;
  text-align: center;
}
.espaco-superior { height: 80px; }
.cabecalho { width: 781px; margin: 0 auto; text-align: center; }
.logo { width: 781px; height: 101px; text-align: center; }
.logo img { display: inline-block; border: 0; }
.idiomas {
  width: 781px;
  height: 47px;
  text-align: center;
  line-height: 20px;
}
.idiomas a { text-decoration: none; vertical-align: middle; }
.idiomas img { border: 0; vertical-align: middle; }
.botoes-imagem {
  width: 781px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 0;
  font-size: 0;
}
.botoes-imagem a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  vertical-align: top;
}
.botoes-imagem img { display: block; border: 0; }
.botoes-imagem a:nth-child(-n+4) {
  width: 195px;
  height: 191px;
}
.botoes-imagem a:nth-child(1) img {
  width: 195px;
  height: 191px;
}
.botoes-imagem a:nth-child(5) {
  display: block;
  width: 781px;
  height: 93px;
}
main {
  width: 750px;
  margin: 0 auto;
}
.menu-texto {
  width: 750px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
}
.menu-texto a {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  line-height: 10px;
}
.menu-texto a:hover { text-decoration: underline; }
.menu-texto i {
  display: block;
  width: 10px;
  height: 4px;
  flex: 0 0 10px;
  background: url("../img/bol-menu-rodape.gif") center center no-repeat;
}
.menu-texto a:nth-of-type(1) { width: 45px; }
.menu-texto a:nth-of-type(2) { width: 100px; }
.menu-texto a:nth-of-type(3) { width: 75px; }
.menu-texto a:nth-of-type(4) { width: 72px; }
.menu-texto a:nth-of-type(5) { width: 140px; }
.menu-texto a:nth-of-type(6) { width: 115px; }
.menu-texto a:nth-of-type(7) { width: 165px; }
.menu-texto a:nth-of-type(8) { width: 70px; }
.rodape {
  width: 750px;
  min-height: 19px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #919191;
  line-height: 19px;
  white-space: nowrap;
}
.rodape img {
  margin: 0 4px;
  vertical-align: middle;
  border: 0;
}
.rodape a {
  color: #919191;
  text-decoration: none;
}
@media (max-width: 851px) {
  .pagina {
    width: 100%;
    min-width: 0;
  }
  .cabecalho, .logo, .idiomas, .botoes-imagem,
  .botoes-imagem a:nth-child(5), main, .menu-texto, .rodape {
    max-width: 100%;
  }
  .botoes-imagem {
    overflow: hidden;
  }
  .botoes-imagem a:nth-child(-n+4) {
    width: 25%;
    height: auto;
  }
  .botoes-imagem a:nth-child(-n+4) img {
    width: 100%;
    height: auto;
  }
  .botoes-imagem a:nth-child(5),
  .botoes-imagem a:nth-child(5) img {
    width: 100%;
    height: auto;
  }
  .menu-texto {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .rodape {
    overflow-x: auto;
  }
}
