@charset "utf-8";
body {
  background: url(../images/bg.jpg) fixed no-repeat center;
  background-size: cover;
  color: #000000;
  font: normal 16px "futura-pt", sans-serif;
  min-width: 1000px;
}
h1,
h2,
h3 {
  color: #194533;
  font: bold 30px "ff-meta-serif-web-pro", serif;
}
h2 {
  font-size: 26px;
  margin-top: 20px;
}
h3 {
  font-size: 20px;
  margin-top: 20px;
}
a {
  color: #000000;
  text-decoration: none;
}
strong, b{
  font-weight: bold;
}
em, i{
  font-style: italic;
}
button,
.botao {
  border: 0;
  cursor: pointer;
  float: right;
  padding: 0;
}
.container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  width: 100%;
}
.content {
  margin: 0 auto;
  width: 1000px;
}
.sombra {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
#pagina-container {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background: rgb(255,255,255);
  background: rgba(255, 255, 255, 0.6);
}
#topo {
  background: url(../images/topo.jpg) no-repeat;
  height: 250px;
  position: relative;
}
nav {
  background: rgb(255,252,216);
  background: rgba(255, 252, 216, 0.6);
  border-bottom: 2px solid #194533;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 35px;
}
#navbar li {
  display: inline-block;
  position: relative;
}
#navbar li ul {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background: #fffcd8;
  display: none;
  min-width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}
#navbar li ul li {
  display: block;
  text-align: left;
}
#navbar li ul li a {
  font-size: 13px;
  line-height: normal;
  padding: 5px 5px;
}
#navbar li ul li + li {
  border-top: 1px solid #194533;
}
#navbar li:hover ul {
  display: block;
}
#navbar > li + li {
  margin-left: 15px;
}
#navbar a {
  color: #194533;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
}
#navbar a:hover {
  background: #ee9621;
  color: #ffffff;
}
#conteudo {
  min-height: 500px;
  overflow: auto;
  padding: 20px;
}
#conteudo .texto {
  /* 
  float: left;
  width: 75%;
  */
}
#conteudo .texto p {
  line-height: 1.6em;
  margin-top: 10px;
  text-align: justify;
}
#conteudo .texto img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
}
.imagens {
  float: right;
  padding: 10px 0;
  width: 210px;
}
.imagens img {
  margin-bottom: 10px;
  width: 210px;
  height: 145px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.imagem {
  float: right;
  margin: 10px 0 10px 20px;
}
#rodape {
  background: #194533;
  font-size: 12px;
  height: 30px;
  padding: 5px 15px;
  position: relative;
}
#rodape .logo {
  position: absolute;
  bottom: 0;
}
#rodape li {
  float: left;
  line-height: 30px;
  margin-right: 35px;
}
#rodape li ul {
  background: rgb(255, 252, 216);
  background: rgba(255, 252, 216, 0.6);
  display: none;
  position: absolute;
  bottom: 29px;
  left: 0;
}
#rodape li ul li {
  display: block;
  text-align: center;
}
#rodape li ul li a{
  color: #194533;
}
#rodape li ul li + li {
  border-top: 1px solid #194533;
}
#rodape li:hover ul {
  display: block;
}
#rodape a {
  color: #ffffff;
}
#rodape #ows {
  background: url(../images/ows.png) no-repeat left;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 46px;
  height: 25px;
}
#rodape #ows:hover {
  background-position: right;
}
