* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Tahoma, sans-serif;
  text-align: justify;
  font-size: 12px;
  background-color: #3c3c87;
  color: #000;
}

#geral {
  position: relative;
  color: #444;
  margin: 0 auto;
  width: 980px;
  min-height: 520px;
  background-image: url("/assets/img/fundo.jpg");
  background-repeat: repeat;
}

#topo {
  width: 980px;
  height: 85px;
  margin-bottom: 10px;
  background-image: url("/assets/img/fundo_topo.jpg");
  background-repeat: no-repeat;
}

#colunaEsquerda {
  float: left;
  width: 200px;
  height: auto;
  margin-top: 100px;
  padding: 10px 10px 10px 20px;
}

#colunaEsquerda img {
  display: block;
  width: 185px;
  height: 160px;
}

#conteudo {
  float: left;
  width: 600px;
  height: auto;
  padding: 10px;
  background-color: #fff;
}

#conteudo::after {
  content: "";
  display: block;
  clear: both;
}

#conteudo h1 {
  font-size: 17px;
  font-weight: bold;
  color: #4d485c;
  margin-bottom: 10px;
}

#menu {
  float: left;
  width: 600px;
  height: 24px;
  font-size: 13px;
  padding-top: 50px;
  margin-bottom: 10px;
  background-image: url("/assets/img/menu.jpg");
  background-repeat: no-repeat;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  padding: 2px 40px 2px 42px;
  float: left;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
}

#menu ul li a:hover {
  color: #e67817;
  text-decoration: none;
}

#banner {
  width: 600px;
  height: auto;
  margin-bottom: 10px;
  clear: both;
}

#banner img {
  display: block;
  width: 600px;
  height: auto;
}

.img {
  float: right;
  padding: 2px 2px 0 2px;
  margin: 2px 2px 0 2px;
}

.img2 {
  float: left;
  padding: 2px 2px 0 2px;
  margin: 2px 2px 0 2px;
}

.bold {
  font-weight: bold;
}

#conteudo .destaques {
  float: left;
  width: 265px;
  height: auto;
  padding: 10px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
  color: #e67817;
  border: 1px #ccc solid;
  background-color: #fff;
}

#conteudo .destaques h1 {
  font-size: 13px;
  font-weight: bold;
  color: #7d798a;
  margin-bottom: 10px;
}

#conteudo .destaques a {
  font-size: 11px;
  color: #e67817;
  text-decoration: underline;
}

#conteudo .destaques a:hover {
  text-decoration: none;
  color: #ccc;
}

#rodape {
  clear: both;
  width: 960px;
  height: 15px;
  color: #fff;
  padding: 10px;
  background-color: #34347e;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

#rodape a {
  color: #fff;
  text-decoration: none;
}

#rodape a:hover {
  text-decoration: underline;
  color: #ccc;
}

input,
textarea,
select {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  border: 1px #ccc solid;
  color: #666;
  background: #fff;
}

#form p {
  text-align: left;
}

.obrigatorio {
  color: #ff0000;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

#form-feedback {
  text-align: left;
  color: #4d485c;
  min-height: 1em;
}

.pagina-404 h1 {
  margin-top: 8px;
}

.pagina-404 a {
  color: #e67817;
}
