@import url("blog.css");
/*---------------------------------------------------
Projeto:        Site ARPEN-SP
Template:       arpen_site.css
Construído por: ProcessMind
-----------------------------------------------------
Histórico de Alterações
-----------------------------------------------------
29/03/2006  Autor: Joel Dias
            Motivo: Criacao do template
- - - - - - - - - - - - - - - - - - - - - - - - - - -
25/04/2006  Autor: Joel Dias
            Solicitante: desenvolvimento
            Motivo: Validação do CSS no W3C
            Alteração: diversas
----------------------------------------------------*/

/*
layout básico da página do site
+---------------------------------------------------------------+
| corpo, corpo_meio                                             |
| +-----------------------------------------------------------+ |
| | principal                                                 | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | cabecalho                                                 | |
| |                                                           | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | navegacao                                                 | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | restrito                                                  | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | banners                                                   | |
| +-----------------------------------------------------------+ |
|                                                               |
| +-----------------------------------------------------------+ | 
| | conteudo                                                  | |
| | +--------------+   +------------------+  +--------------+ | |
| | | esquerda     |   | centro           |  | direita      | | |
| | | +----------+ |   |                  |  |              | | |
| | | | menu_    | |   |                  |  |              | | |
| | | | esquerda | |   |                  |  |              | | |
| | | |          | |   |                  |  |              | | |
| | | +----------+ |   |                  |  |              | | |
| | |              |   |                  |  |              | | |
| | |              |   |                  |  |              | | |
| | |              |   |                  |  |              | | |
| | |              |   |                  |  |              | | |
| | |              |   +------------------+  +--------------+ | |
| | |              |   +------------------------------------+ | |
| | |              |   | centro_direita                     | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | |              |   |                                    | | |
| | +--------------+   +------------------------------------+ | |
| |                                                           | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | navegacao_rodape                                          | |
| +-----------------------------------------------------------+ |
| +-----------------------------------------------------------+ |
| | rodape                                                    | |
| +-----------------------------------------------------------+ |
+---------------------------------------------------------------+
*/

* {
  font: 11px/15px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  white-space: normal;
}
.titulo1, .titulo1 a, h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  background-color: #fff;
  color: #806B37;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
}
.titulo2, .titulo2 a, h2 {
  font-size: 14px; 
  line-height: 18px;
  font-weight: bold; 
  background-color: #fff;
  color: #977E3D;
  text-decoration: none;
  margin: 0px;
}
.texto, .texto a, p, label, p a {
  font: 11px/15px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  margin: 0px 0px 10px 0px;
  background-color: transparent;
  color: #444;
}
.mancheteTopo {
  float: left;
  width: 380px; 
}
.mancheteEsquerda {
  float: left;
  clear: left;
  width: 185px; 
}
.mancheteDireita {
  float: left;
  width: 185px; 
  margin-left: 10px;
}
.mancheteBaixo {
  float: left;
  width: 380px; 
}
.requerido {
  background-color: transparent;
  color: #d52828;
}
table, td, th {
  padding: 4px;
  border: 1px solid #19568f;
  border-collapse: collapse;
  margin: 0px;
  width: auto;
}
th {
   font-weight: bold;
}
strong, b {
  font-weight: bold;
  background-color: transparent;
}
em, i {
  font-style: italic;
  background-color: transparent;
}
/* ---------------------------------------------------------- */
/* ---- Corpo  ---- */
/* ---------------------------------------------------------- */

body {
  position: relative;
  width: 792px;
  margin: 0px auto;
  padding: 0px;
}
#corpo {
  position: relative;
  width: 760px;
  margin: 0px;
  padding: 0px 15px;
  background: white url(../imagens/background_middle.gif) repeat-y;
  color: #444;
}
#corpo_meio {
  position: relative;
  width: 730px;
  padding: 0px 15px 15px 15px;
  border: 1px solid white;
  margin: 0px;
}
#corpo_topo {
  position: relative;
  width: 792px;
  height: 30px;
  background: white url(../imagens/background_top.gif) no-repeat;
  color: #444;
}
#corpo_baixo {
  position: relative;
  width: 792px;
  height: 22px;
  background: white url(../imagens/background_bottom.gif) no-repeat;
  color: #444;
}

/* ---------------------------------------------------------- */
/* ---- Cabecalho  ---- */
/* ---------------------------------------------------------- */

#cabecalho {
  width: 730px;
  height: 90px;
  color: #666;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
#cabecalho .data, #cabecalho .presidente {
  position: absolute;
  margin: 10px 0px 0px 0px;
  border: 0px;
  padding: 0px 20px 0px 0px;
  font: 11px/13px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
#cabecalho .data {
  top: 16px;
  right: 0px;
}
#cabecalho .presidente {
  top: 40px;
  right: 0px;
}
/* ---------------------------------------------------------- */
/* ---- Navegacao  ---- */
/* ---------------------------------------------------------- */

#principal {
  clear: both;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  color: #444;
  width: 730px;
  height: 22px;
}
#principal ul {
  height: 22px;
  padding: 0px;
  background-color: #000;
  color: #444;
  width: 355px;
  margin: 0px;
  float: right;
}
#principal li {
  float: right;
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  color: #444;
}
#principal a {
  float: left;
  height: 20px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  font-size: 8px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: wider;
  letter-spacing: 2px;
  vertical-align: middle;
  line-height: 22px;
  border-style: none;
}
#principal a:hover {
  background-color: #000;
  color: yellow;
}

/* ---------------------------------------------------------- */
/* ---- Navegacao  ---- */
/* ---------------------------------------------------------- */

#navegacao {
  clear: both;
  margin: 0px;
  padding: 0px;
  background-color: #19568F;
  color: #444;
  font-size: 12px;
  width: 730px;
  height: 22px;
  text-align: center;
}
#navegacao ul {
  height: 22px;
  margin: 0px;
  padding: 0px;
  background-color: #19568F;
  color: #444;
  text-align: center;
}
#navegacao li {
  float: left;
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  background-color: #19568F;
  color: #444;
}
#navegacao a {
  float: left;
  height: 20px;
  margin: 0px;
  padding: 0px 8px 0px 8px;
  font-size: 10px;
  text-decoration: none;
  background-color: #19568F;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: wider;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 22px;
  border-top: 1px solid #5B8DBC;
  border-left: 1px solid #5B8DBC;
  border-right: 1px solid #284158;
  border-bottom: 1px solid #284158;
}
#navegacao a:hover {
  background-color: #215E97;
  color: #fff;
  border-top: 1px solid #284158;
  border-left: 1px solid #284158;
  border-right: 1px solid #5B8DBC;
  border-bottom: 1px solid #5B8DBC;
}

/* ---------------------------------------------------------- */
/* ---- Restrito  ---- */
/* ---------------------------------------------------------- */

#restrito {
  clear: both;
  margin: 0px 0px -8px 0px;
  padding: 0px 10px;
  background-color: #789DBC;
  color: #444;
  width: 710px;
  height: 22px;
  text-align: right;
  font-size: 11px;
  border-top: 3px solid #806B37;
}
#restrito form, #restrito fieldset {
  margin: 0px;
  padding: 0px;
  border-style: none;
  background-color: #789DBC;
  color: #444;
  text-align: right;
}
#restrito label, #restrito legend {
  background-color: #789DBC;
  color: #fff;
  margin: 0px 0px 0px 5px;
  padding: 0px;  
  line-height: 22px;
  vertical-align: middle;
}
#restrito a {
  background-color: #789DBC;
  color: #fff;
  text-decoration: none;
}
#restrito a:hover {
  color: yellow;
}
#restrito form input {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  height: 14px;
  width: 60px;
  border: 1px solid #666;
  background-color: #f8f8f8;
  color: #444;
  font-size: 10px;
  position: relative;
}
#restrito form .botao{
  width: 40px;
  height: 16px;
  margin: 0px 0px 0px 3px;
  padding: 0px;
  text-align: center;
  vertical-align: text-top;
  font-size: 7pt;
  background-color: #eee;
  color: #444;
}

/* ---------------------------------------------------------- */
/* ---- Banners  ---- */
/* ---------------------------------------------------------- */

#banners {
  position: relative; left:124px; top:-89px;
  color: #000000;
  width: 605px;
  height: 87px;
  font-size: 11px;
  background-color: #FFFFFF;
}
#banners a a:hover {
  color: #000000;
  text-decoration: none;
}
#banners a:hover {
  background-color: #000000;
  color: #000000;
  text-decoration: none;
}

/* ---------------------------------------------------------- */
/* ---- Conteudo  ---- */
/* ---------------------------------------------------------- */

#conteudo {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 730px;
}
/* ---------------------------------------------------------- */
/* ---- esquerda, direita  ---- */
/* ---------------------------------------------------------- */

#esquerda, #direita {
  float: left;
  clear: right;
  margin: 15px 0px;
  padding: 0px 0px 15px 0px;
  width: 160px;
}
#esquerda ul, #direita ul {
  margin: 0px;
  padding: 0px;
}
#esquerda ul li, #direita ul li {
  float: left;
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  background-color: #CED9E4;
  color: #444;
  border-bottom: 1px solid #19568f;
  width: 160px;  
}
#esquerda ul .agrupador, #direita ul .agrupador {
  float: left;
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 3px 12px 3px 12px;
  background-color: #19568f;
  color: #fff;
  border-bottom: 1px solid #19568f;
  width: 136px;
  font-size: 11px;
  font-weight: normal;
}
#direita ul .agrupador {
  text-align: right;
}
#esquerda ul .clear, #direita ul .clear,
#esquerda ul .clear a, #direita ul .clear a,
#esquerda ul .clear a:hover, #direita ul .clear a:hover {
  border-style: none;
  margin: 0px;
  padding: 0px;  
  text-align: center;
  background-color: #fff;
  color: #444;
}
#esquerda ul li a, #direita ul li a {
  float: left;
  margin: 0px;
  padding: 3px 12px 3px 9px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #555;
  vertical-align: middle;
  width: 139px;
  background-color: #CED9E4;
}
#direita ul li a {
  text-align: right;
}

#esquerda ul li a:hover, #direita ul li a:hover {
  background-color: #EEF2F6;
  color: #000;
}
#esquerda img, #direita img {
  margin: 5px 0px 5px 0px;
}
#esquerda hr, #direita hr {
  margin: 5px 0px;
  padding: 0px;
  height: 0px;
  border-bottom: 1px solid #aaa;
  border-top: 0px solid #aaa;
  line-height: 1px;
}

/* ---- Estilos enquete - início ---- */

#esquerda #enquete, #direita #enquete {
  width: 150px;
  margin: 0px 0px 10px 2px;
  padding: 0px;
  float: left;
}
#enquete #topo {
  width: auto;
  background: url(../imagens/top_box_enq.gif) no-repeat;
  margin: 0px;
  padding: 3px 0px 0px 0px;
}
#enquete #corpo {
  width: auto;
  background: url(../imagens/fundo_box_enq.gif) repeat-y;
  margin: 0px;
  padding: 3px 0px 0px 0px;
}
#enquete #baixo {
  width: auto;
  height: 7px;
  background: url(../imagens/botton_box_enq.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#enquete p {
  width: 130px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
}
#enquete p.mensagem {
  color: red;
}
#enquete form {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px 6px 0px 0px;
}
#enquete #botao {
  text-align: center;
}

/* ---- Estilos enquete - fim ---- */

#chamada {
   width: 142px;
   border: 1px solid #BAA878;
   background-color: #F4EDDB;
   color: #444;
   margin: 0px 0px 5px 0px;
   padding: 8px;
   text-align: left;
   vertical-align: top;
   height: auto;
   cursor: pointer;
}
#chamada p {
  margin: 0px 0px 2px 0px;
  text-align: left;
  background-color: #F4EDDB;
  cursor: pointer;
}
#chamada img {
  margin: 0px 6px 3px 0px;
  text-align: left;
  float: left;
  border-style: none;
  cursor: pointer;
}
#chamada_nenhum {
   width: 142px;
   border: 1px solid #BAA878;
   background-color: #F4EDDB;
   color: #444;
   margin: 0px 0px 5px 0px;
   padding: 8px;
   text-align: left;
   vertical-align: top;
   height: auto;
}
#chamada_nenhum p {
  margin: 0px 0px 2px 0px;
  text-align: left;
  background-color: #F4EDDB;
}
#chamada_nenhum img {
  margin: 0px 6px 3px 0px;
  text-align: left;
  float: left;
  border-style: none;
}
.grupo {
  clear: both;
  float: left;
  display: inline;
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
  padding: 3px 12px 3px 12px;
  background-color: #CED9E4;
  color: #000;
  border: 1px solid #19568f;
  width: 134px;
  font-size: 11px;
  font-weight: normal;
}
.grupo strong {
  font-weight: bold;
}
.grupo u {
  text-decoration: underline;
}
.grupo ul {
   margin: 0px;
   padding: 0px;
}
.grupo li{
   margin: 0px 0px 0px 10px;
   border-style: none;
   width: auto;
   list-style-position: outside;
   display: list-item;
   float: none;
   clear: both;
}
.grupo li img{
   margin: 0px;
}
.grupo li a{
   margin: 0px;
   padding: 0px;
   width: auto;
   text-decoration: underline;
}
.grupo li a:hover {
   background-color: transparent;
   color: #222;
}

.chamada {
  clear: both;
  float: left;
  display: inline;
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
  padding: 3px 12px 3px 12px;
  background-color: #F4EDDB;
  color: #000;
  border: 1px solid #BAA878;
  width: 134px;  
  font-size: 11px;
  font-weight: normal;
}
.texto-vermelho {
  color: #FF0000;
  background-color: transparent;
}
.texto-azul {
  color: #0000FF;
  background-color: transparent;
}
.texto-navy {
  color: #000080;
  background-color: transparent;
}
.texto-verde {
  color: #008000;
  background-color: transparent;
}
.texto-amarelo {
  color: #FFFF00;
  background-color: transparent;
}
.texto-laranja {
  color: #FFA500;
  background-color: transparent;
}
.texto-branco {
  color: #FFF;
  background-color: transparent;
}
/* ---------------------------------------------------------- */
/* ---- centro_direita  ---- */
/* ---------------------------------------------------------- */

#centro_direita{
  float: left;
  margin: 15px 0px 15px -1px;
  width: 540px;
  padding: 0px 0px 0px 20px;
}

#centro_direita a {
  color: #444;
  background-color: #FFF;
}

/* ---------------------------------------------------------- */
/* ---- centro  ---- */
/* ---------------------------------------------------------- */
#centro {
  float: left;
  clear: right;
  margin: 15px 0px;
  width: 380px;
  padding: 0px 15px;
  text-align: left;
}
#centro img {
  margin: 0px;
  padding: 0px;
}
#centro form, #centro_direita form {
  margin: 15px 0px 7px 0px;
  border: 1px solid #BAA878;
  background-color: #F4EDDB;
  color: #444;
  padding: 25px 0px 0px 0px;
}
h1 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin: 0px 0px 15px 0px;  
}
#centro ul, #centro_direita ul {
  padding-left: 30px;
  margin: 5px 0px 0px 0px;
}
#centro li, #centro_direita li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#centro dl, #centro_direita dl {
  margin: 0px;
  padding: 0px;
}
#centro dt, #centro_direita dt {
  width: 125px;
  line-height: 18px;
  text-align: right;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
#centro dd, #centro_direita dd {
  width: 400px;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 130px;
  top: -18px;
}
#centro label, #centro_direita label {
  margin: 0px;
  padding: 0px;
}
#centro input, #centro_direita input,
#centro .textarea, #centro_direita .textarea {
  border: 1px solid;
  background-color: #eee;
  color: #444;
  margin: 0px 10px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
  font-size: 11px;
  font-weight: normal;
}
#centro .botao, #centro_direita .botao {
  font: 10px/15px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  border: 1px solid #000;
  background-color: #ddd;
  color: #000;
  text-align: center;
  margin: 0px 10px 0px 0px;
  padding: 0px 8px;
}
#centro .checkbox, #centro_direita .checkbox {
  border: 0px;
  background-color: transparent;
  width: auto;
}



#centro .bradesco {
  margin: 20px 0px;
}
#rotativo {
  width: 380px;
  height: 32px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-top: 2px;
}
#rotativo p a {
  font: 11px/15px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  margin: 0px 0px 10px 0px;
  background-color: transparent;
  color: #222;
}
#ultimas {
  clear: both;
  width: 380px;
  margin: 15px 0px; 
}
#ultimas h1 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin: 0px 0px 5px 0px;
  text-align: center;
}
#ultimas li, #ultimas li a {
  background-color: transparent;
  color: #636363; 
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  list-style-position: outside;
}
#ultimas .destaque {
  background-color: transparent;
  color: #336699;
  font-weight: bold;
}
#ultimas ul {
   padding: 0px;
   margin: 0px;
}
#ultimas li {
  border-bottom: 1px solid #ccc;  
  padding: 8px 0px;  
}
/* ---------------------------------------------------------- */
/* ---- Rodape                                           ---- */
/* ---------------------------------------------------------- */

#navegacao_rodape {
  clear: left;
  margin: 20px 50px;
  padding: 10px 20px;
  width: 622px;
  height: auto;
  text-align: center;
  border-top: 1px solid #ccc;
}
#navegacao_rodape a {
  margin: 0px 10px;
  padding: 0px 0px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: wider;
  letter-spacing: 1px;
  color: #444;
  background-color: #FFF;
}
#rodape {
  clear: both;
  width: 762px;
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #19568F;
  margin: 0px;
  height: 68px;
  background-color: #DBD7CE;
  color: #444;
}
#rodape p, #rodape a, #rodape a:visited {
  font-size: 11px; 
  padding: 0px;
  text-decoration: none;
  background-color: #DBD7CE;
  color: #444;
  line-height: normal;
}
#rodape a:hover, #copyright a:hover,
#navegacao_rodape a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ef0000;
}
#rodape .visitas {
  position: relative;
  float: right;
  background-color: transparent;
  height: 40px;
  width: 250px;
  top: 0px;
  right: 15px;
}
#rodape .visitas p {
  text-align: right;
}
#rodape .mail {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#rodape .numero {
  font-size: 16px;
  font-weight: bold;
}
#rodape .endereco {
  margin: 0px 0px 3px 10px;
  text-align: left;
}
#copyright {
  margin: 0px;
  padding: 0px 10px;
  background-color: #789DBC;
  color: #fff;
  height: 25px;
  width: 742px;
}
#copyright p, #copyright a {
  margin: 0px;
  padding: 0px;
  text-align: right; 
  background-color: #789DBC;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------------------------- */
/* ---- Noticia                                          ---- */
/* ---------------------------------------------------------- */

#noticia {
  /*background-image: url(../imagens/cabecalho_noticia.jpg);*/
  /*background-position: -15px -20px;*/
  /*background-attachment: scroll;*/
  /*background-repeat: no-repeat;*/
  background-color: #fff;
  /*margin: 20px;*/
  /*padding-top: 120px;*/
  text-align: left;
}
#noticia * {
  font: 13px/20px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  color: #222;
  white-space: normal;
  text-align: left;
}
#noticia b {
  font-weight: bold;
}
#noticia i {
  font-style: italic;
}
#noticia h1 {
  font-size: 22px; 
  line-height: 30px;
  font-weight: bold;
  background-color: #fff;
  color: #806B37;
  margin-bottom: 15px;
}
#noticia .imagem {
  padding: 0px;
  margin: 30px 15px 0px 0px;
  text-align: center;
}

#noticia .legenda {
   font-size: 12px;
   color: #806B37;
   margin: 5px 40px 20px 40px;
   line-height: 16px;
   font-style: italic;
   text-align: center;
}
#noticia img {
   margin: 0px;
}
#sessao_fotos .imagem_left {
   padding: 5px;
   margin: 0px 0px 10px 0px;
   float: left;
   width: 255px;
   text-align: center;
}
#sessao_fotos .imagem_right {
   padding: 5px;
   margin: 0px 0px 10px 0px;
   float: right;
   width: 255px;
   text-align: center;
}
#sessao_fotos .imagem_left img {
   padding: 0px;
   margin: 0px;
}
#sessao_fotos .imagem_right img {
   padding: 0px;
   margin: 0px;
}
#sessao_fotos .legenda {
   text-align: center;
   margin: 0px 8px;
}

/* ---------------------------------------------------------- */
/* ---- Busca                                            ---- */
/* ---------------------------------------------------------- */

#centro_direita .busca_legenda{
	width: 540px;
	background-color: #EEF2F6;
	font-family: verdana, arial;
	font-size: 13px;
	color: Black;
	border-bottom-color : #789DBC;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: center;
	margin : 0px 0px 5px 0px;
}

#centro_direita .busca_resultado{
	width: 540px;
	text-align: left;
	font-size : 12px;
	font-weight : bold;
}
#centro_direita .busca_prox_ant{
  width: 540px;
  text-align: right;
  margin: 5px 0px 5px 0px;
}
#centro_direita .busca_titulo{
	width: 540px;
	color: blue;
	font-size: 12px;
	font-family: verdana, arial;
	display : block;
	margin-bottom : 1px;
}
#centro_direita .busca_erro{
	width: 540px;
	text-align: left;
	font-size : 12px;
	font-weight : bold;
}
#centro_direita .busca_data{
	width: 540px;
	font-size: 10px;
	font-family: verdana, arial;
	font-style : italic;
	margin-bottom : 2px;
	color : #006633;
}
#centro_direita .busca_resumo{
	width: 540px;
	font-size: 9px;
	margin-bottom : 10px;
	font-family: verdana, arial;
}

