body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  text-align: center; /* hack para o IE */
}

h2 {
  margin: 0;
  margin-bottom: 50px;
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 13px;
  color: #AA0000;
  text-align: center;
}

h3 {
  margin: 0;
  margin-bottom: 20px;
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 15px;
}

h4 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 13px;
  border-bottom: 1px solid #CCCCCC;
}

p {
  margin: 0;
}

p.espacamento {
  margin-top: 5px;
}

td.btnBusca {
  padding-top: 4px;
}

td.aviso {
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
}

td.erroLoginSite {
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #AA0000;
}

#site {
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 11px;
  width: 770px;
  margin: 20px auto;
  text-align: left;
}

#topo {
  position: relative;
  height: 118px;
  top: 0;
  /*border: 1px solid #000000;*/
}

#topo #logo {
  display: block;
  /*background: url(../imagens/logo.gif) top left no-repeat transparent;*/
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #B2B2B2; /* LINHA CINZA ABAIXO DO LOGO E MENU */
}

#topo #menu {
  position: absolute;
  top: 26px;
  left: 250px;
  width: 520px;
  height: 34px;
  z-index: 10000;
  /*border: 1px solid #FF0000;*/
}

#topo #busca {
  position: relative;
  background: #E5E5E5;
  width: 100%;
  margin-top: 3px;
  height: 52px;
  min-height: 49px;
}

#topo #busca #banners {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 75%;
  height: 40px;
  min-height: 30px;
  /*border: 1px solid #FF0000;*/
}

#topo #busca #banners #banner0 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 40px;
  min-height: 30px;
  /*border: 1px solid #000099;*/
}

#topo #busca #banners #banner1 {
  display: block;
  position: absolute;
  top: 0;
  left: 51%;
  width: 49%;
  height: 40px;
  min-height: 30px;
  /*border: 1px solid #000099;*/
}

#topo #busca #box {
  display: block;
  position: absolute;
  top: 10px;
  left: 610px;
  width: 140px;
  height: 30px;
  min-height: 30px;
}

#titulo {
  background-color: #FFCA13;
  margin: 0;
  margin-top: 20px;
  width: 300px;
  padding: 8px 0 0 10px;
  height: 20px;
  min-height: 20px;
}

#tituloMenu {
  font-family: Tahoma, Arial;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #377BD8;
  margin: 0;
  margin-top: 20px;
  width: 78%;
  padding: 4px 0 0 10px;
  height: 24px;
  min-height: 24px;
}

#tituloMenu.restrito {
  background-color: #FFCA13;
  width: 98%;
  font-weight: bold;
}

#tituloMenu.busca {
  background-color: #B5B5B5;
  width: 98%;
  font-weight: bold;
}

#tituloMenu a {
  font-family: Tahoma, Arial;
  color: #FFFFFF;
  font-size: 15px;
}
  
#conteudo {
  position: relative;
  top: 0;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

#conteudo p {
  margin-bottom: 0;
  font-family: Trebuchet MS, Tahoma, Arial;
  color: #444444;
  font-size: 12px;
  text-align: justify;
}

#conteudo p.erroConteudo {
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 15px;
  font-weight: bold;
  color: #AA0000;
  text-align: center;
}

#conteudo a.titulo {
  font-size: 12px;
  color: #508CDD;
  font-weight: bold;
  text-decoration: none;
}

#conteudo a.titulo:hover {
  font-size: 12px;
  color: #508CDD;
  font-weight: bold;
  text-decoration: underline;
}

#lancamentos {
  top: 0;
  left: 0;
  width: 80%;
}

#lancamentos .tituloLancamento {
  font-size: 13px;
  color: #1A8DCE;
  font-weight: bold;
}

#lancamentos .subtituloLancamento {
  font-size: 11px;
  color: #333333;
  font-weight: bold;
}

#lancamentos .descricaoLancamento {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 14px;
}

#lancamentos .precoLancamento {
  font-family: Arial;
  font-size: 14px;
  color: #ED1C24;
  font-weight: bold;
  padding-bottom: 5px;
}

#lancamentos td.detalhesLancamento {
  font-size: 12px;
  color: #A5BA04;
  font-weight: bold;
}

#conteudoEja .tituloEja {
  color: #666666;
  font-weight: bold;
  background-color: #E5E5E5;
  padding-left: 5px;
}

#conteudoEja td.descricaoEja p {
  font-family: Arial, Verdana;
  color: #666666;
}

#conteudo #migalha {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B2B2B2;
}

#conteudo #conteudoTextos {
  top: 0;
  left: 0;
  width: 75%;
  padding-left: 5px;
  height: 100%;
  min-height: 100%;
}

#conteudo #conteudoEja {
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 5px;
  height: 100%;
  min-height: 100%;
}

#conteudo #conteudoBusca {
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 5px;
  height: 100%;
  min-height: 100%;
}

#conteudo #colunaDireita {
  position: absolute;
  top: 0;
  left: 80%;
  width: 150px;
  height: 100%;
  min-height: 100%;
  border-left: 1px solid #B2B2B2;
}

#colunaDireita #noticias {
  position: relative;
  top: 0;
  left: 6%;
  width: 90%;
  height: 105px;
  min-height: 105px;
  /*border: 1px solid #FF0000;*/
  /*background: url(../imagens/tituloNoticias.gif) top no-repeat;*/
}

#colunaDireita #logado {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 5px 3px 5px;
  margin-bottom: 15px;
  width: 96%;
  border-bottom: 2px solid #B2B2B2;
  background: #E5E5E5;
}

#colunaDireita #logado p.ola {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
  margin-bottom: 3px;
}

#colunaDireita #logado p.opcao {
  margin-left: 5px;
  margin-top: 0px;
}

#colunaDireita #logado a {
  font-size: 12px;
  color: #AA0000;
  font-weight: normal;
  text-decoration: none;
}

#colunaDireita #logado a:hover {
  font-size: 12px;
  color: #AA0000;
  font-weight: normal;
  text-decoration: underline;
}

#colunaDireita #submenus {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 3px 0 3px;
  width: 96%;
}

#colunaDireita #submenus a {
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

#colunaDireita #submenus a:hover {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#submenus ul {
  margin: 0 0 0 12px;
  padding: 5px 3px 5px 3px;
  list-style-image: url(../imagens/bulletItens.gif);
  border-bottom: 1px solid #DDDDDD;
}

#submenus ul {
  font-size: 10px;
}

#noticias #imgTitulo {
  top: 0;
  height: 20px;
  min-height: 20px;
}

#tituloSecao {
  font-family: Tahoma, Arial;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  background-color: #D5D5D5;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  padding: 4px 0 0 10px;
  height: 20px;
  min-height: 20px;
}

ul#docs {
  margin: 0;
  margin-left: 20px;
  padding: 0px 3px 5px 3px;
  list-style-image: url(../imagens/bulletItens.gif);
}

a.lnkDocs {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

a.lnkDocs:hover {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
}

#colunaDireita #links {
  position: relative;
  top: 20px;
  left: 10%;
  width: 90%;
  height: 140px;
  min-height: 140px;
  background: url(../imagens/tituloLinks.gif) top no-repeat;
}

#rodape {
  display: block;
  top: 90%;
  left: 0;
  width: 100%;
  height: 16px;
  min-height: 15px;
}

#rodape p {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #666666;
  margin: 0;
  padding: 0;
  text-align: center;
}

a.detalhesLancamento {
  font-size: 11px;
  color: #A5BA04;
  font-weight: normal;
  text-decoration: none;
}

a.detalhesLancamento:hover {
  font-size: 11px;
  color: #A5BA04;
  font-weight: normal;
  text-decoration: underline;
}

input.inputLogin,
input.inputBusca {
  font-family: Verdana, Arial;
  font-size: 11px;
  width: 113px;
  height: 14px;
  min-height: 14px;
  padding: 2px;
  border: 1px solid #000000;
  background: #FFFFFF;
}

.botaoLoginSite {
  font-family: Verdana,Arial,Helvetica;
  font-size: 12px;
  color: #AA0000;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #DDDDDD;
}

.botaoSalvarPlano {
  font-family: Verdana,Arial,Helvetica;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #666666;
}

input.tituloAula {
  font-family: Verdana, Arial;
  font-size: 12px;
  width: 98%;
  height: 14px;
  min-height: 14px;
  padding: 2px;
  border: 1px solid #000000;
  background: #FFFFFF;
}

select {
  font-family: Verdana, Arial;
  font-size: 12px;
  width: 250px;
  padding: 1px;
  border: 1px solid #000000;
  background: #FFFFFF;
}

.erroSalvarPlano {
  font-family: Verdana,Arial,Helvetica;
  font-size: 10px;
  color: #990000;
  border: 1px;
  border-style: solid;
  border-color: #CA7C71;
  background-color: #F9E8D7;
  font-weight: bold;
  padding: 2px;
}

/* DEFINIÇÕES DA JANELA DE POPUP */
#popup {
  height: 100%;
  min-height: 100%;
}

#popup #topo {
  position: relative;
  margin: 10px 0 0 0;
  height: 245px;
  min-height: 245px;
  border: 0;
  border-top: 6px solid #0F098F;
  border-bottom: 6px solid #0F098F;
  background: #E5E5E5;
}

#popup #topoLivro {
  position: relative;
  margin: 10px 0 0 0;
  height: 115px;
  min-height: 115px;
  border: 0;
  border-top: 6px solid #0F098F;
  border-bottom: 6px solid #0F098F;
  background: #E5E5E5;
}

#popup #topoNoticia {
  position: relative;
  margin: 0;
  padding: 3px;
  padding-left: 10px;
  height: 20px;
  min-height: 20px;
  border: 0;
  border-bottom: 2px solid #0F098F;
  background: #E5E5E5;
}

#popup #topo #icone {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 92%;
  min-height: 92%;
  padding: 10px;
  text-align: center;
  /*border: 1px solid #009900;*/
}

#popup #topoLivro #icone {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 92%;
  min-height: 92%;
  padding: 10px;
  text-align: center;
  /*border: 1px solid #009900;*/
}

#popup #topo #descricao {
  position: absolute;
  top: 0;
  left: 35%;
  width: 60%;
  height: 92%;
  min-height: 92%;
  padding: 10px;
  text-align: left;
  /*border: 1px solid #FF9900;*/
}

#popup #topoLivro #descricao {
  position: absolute;
  top: 0;
  left: 45%;
  width: 50%;
  height: 92%;
  min-height: 92%;
  padding: 10px;
  text-align: left;
  /*border: 1px solid #FF9900;*/
}

#popup #topo #descricao p.titulo {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #1A7EEF;
}

#popup #topoNoticia p.titulo {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #1A7EEF;
  text-align: left;
}

#popup #topoLivro #descricao p.titulo {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #1A7EEF;
}

#popup #topo #descricao p {
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  color: #666666;
}

#popup #conteudo {
  width: 400px;
  margin: 30px auto;
  text-align: justify;
  /*border: 1px solid #0000AA;*/
}

#popup #conteudo p.tituloTexto {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #006699;
  padding: 3px;
  padding-left: 8px;
  background: #E3E7F0;
  border-left: 8px solid #CBD7E3;
}

#popup #conteudo ul {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 15px;
}

#popup #conteudo ul li a {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #006699;
  text-decoration: none;
}

#popup #conteudo ul li a:hover {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #006699;
  text-decoration: underline;
}