/* CSS Reset */
html, body, div, span, form {
    margin: 0;
    padding: 0;
    border: 0;
	vertical-align: baseline;
}

img {
    border: 0
}

p {
    margin: 12px 0;
}

ol, ul {
	list-style: none;
}

/* três colunas */

#embrulho1 {
  position: relative;
  text-align: left;
  width: 100%;
  /* background: #efffdc url("../images/barra_direita.gif") repeat-y top right; */
  background: #ffffff;
}

#embrulho2 {
  position: relative;
  text-align: left;
  width: 100%;
  /* background: url("../images/barra_esquerda.gif") repeat-y top left; */
}

#principal {
  padding: 8px 5px;
  margin: 0; 
}

 /* laterais */

.lateral {
}

#esquerda {
  position:relative;
  top:-10px;
  left:-10px;
  float:left;
  z-index:100;
  width:135px;
  padding:10px;
}

#direita {
  position:relative;
  top:-10px;
  right:-10px;
  float:right;
  z-index:99;
  width:120px;
  padding:10px;
}

  /* central */

#central {
  position:relative;
  padding:0 140px 0 155px;
}

  /* central dividida em duas */

.duascolunas {
  overflow:auto;
}

.esqcol {
  position:relative;
  top:-10px;
  /* left:-10px; */
  float:left;
  z-index:98;
  width: 50%;
  margin:0 0 -10px 0;
  padding:10px 0;
}

.dircol {
  position:relative;
  top:-10px;
  /* right:-10px; */
  float:right;
  z-index:97;
  width: 49%;
  margin:0 0 -10px 0;
  padding:10px 0;
}

.finalizaduas {
  float: left;
  width: 100%;
}

/* cabeçalho e rodapé */

#cabecalho {
  background: url("../images/head_background.gif") repeat-x;
  clear: both;
  height: 130px;
  min-height: 130px; 
  width: 100%;
}

#head_left {
  background: url("../images/head_left.gif") no-repeat;
  float: left;
  height: 130px;
  min-height: 130px; 
  width: 49%;
}

#head_right {
  background: url("../images/head_right.gif") no-repeat top right;
  float: right;
  height: 130px;
  min-height: 130px; 
  width: 49%;
  text-align: right;
}

#cabecalho #logo {
  position: absolute;
  top: 31px;
  left: 129px;
}

#cabecalho #head_links {
  position: absolute;
  top: 108px;
  right: 1.7em;
  color: #ffffff;
  font-size: 10px;
}

#cabecalho #head_links a {
  color: #ffffff;
  text-decoration: none;
}

#rodape {
  clear: both;
  /* background-color: #efffdc; */
  /* background: url("../images/barra_esquerda.gif") repeat-y top left; */
}

/* menus da esquerda */

#menuhead01 {
}
#menubody01 {
  background: url("../images/menufundo01.gif") repeat-y top left;
  color: white;
  padding: 0 12px;
  font-size: 12px;
}
#menubody01 a, #menubody01 a:hover, #menubody01 a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#menubody01 a:hover {
  background-color: #1b3a5e;
  text-decoration: none;
}

#menuhead02 {
}
#menubody02 {
  background: url("../images/menufundo02.gif") repeat-y top left;
  color: #1b3a5e;
  padding: 0 12px;
  font-size: 12px;
}
#menubody02 a, #menubody02 a:hover, #menubody02 a:visited {
  font-weight: bold;
  color: #1b3a5e;
  text-decoration: none;
}
#menubody02 a:hover {
  color: white;
  background-color: #1b3a5e;
  text-decoration: none;
}
#menubody03 {
  color: #1b3a5e;
  padding: 0 12px;
  font-size: 12px;
}
#menubody03 a, #menubody03 a:hover, #menubody03 a:visited {
  font-weight: bold;
  color: #1b3a5e;
  text-decoration: none;
}
#menubody03 a:hover {
  color: white;
  background-color: #1b3a5e;
  text-decoration: none;
}

#menufoot {
}

/* coisas da direita */

  /* aviso... é class pois pode haver vários */

.avisos{
  font-size: 11px;
}

.avisoshead {
}

.avisosbody {
  background: url("../images/avisofundo.gif") repeat-y top left;
  color: white;
  /* background-color: #2e4257; */
  padding: 0 5px;
  font-size: 11px;
}
.avisos a, .avisos a:hover, .avisos a:visited {
  font-weight: bold;
  color: white;
}
.avisos a:hover {
  background-color: #1b3a5e;
}

.avisosfoot {
}


/* bloquinhos de conteúdo */

.padded {
  margin: 0;
  padding: 0.5em 1em;
}

.alinha {
  position: relative;
  text-align: right;
  overflow: auto;
}

.elinha {
  position: relative;
  float: left;
  text-align: left;
  padding-left: 2px;
}

.dlinha {
  position: relative;
  float: right;
  text-align: right;
}

.registro {
  position: relative;
  overflow: hidden;
  display: inline-block;
  /* está no padrão do html font-size: 0.69em; /* ~= 11px; era 0.8em; */
  margin: 2px 0;
  background-color: #ecebe1;
  /* border-top: 1px solid #cbdeaa;
  border-bottom: 1px solid #cbdeaa;
  background: url("../images/barra_esquerda.gif") repeat-y ;
  background-color: #cbdeaa; */
}

.registro .alinha {
  background: #d2ceb6;
}

.registro .celinha {
  background: #ecebe1;
}

.separado {
  border-bottom: 3px solid #cbdeaa;
}

.celinha {
  padding-left: 60px;
  padding-right: 10px;
  padding-top: 10px;
  border-top: 1px solid white;
  text-align: left;
  background-color: #aaa58e;
}

.celinha .alinha {
  background: none;
}

.fotinha {
  position: relative;
  float: left;
  padding: 12px 4px 0 1px;
  margin-top: 1px;
  border-right: 2px solid #d2ceb6;
}

.foto {
  position: relative;
  float: left;
  overflow: auto;
  width: 100%;
  background: #ddf0ff;
  text-align: center;
}

.foto img {
  padding: 12px;
}

.botoes {
  display: block;
  text-align: center;
}

.botoes img {
  /* margin: 0 24px; */
  border-left: 24px solid white;
  border-right: 24px solid white;
}

.botoes a:hover {
  text-decoration: none;
}

.thumb {
  position: relative;
  float: left;
  padding: 12px;
}

.thumb img {
  border: 1px solid black;
}

.euqatsed {
  background: #efffdc url("../images/barra_direita.gif") repeat-y top right;
  /* background-color: #efffdc; /* #cbdeaa; */
}

.destaque {
  background: #efffdc url("../images/barra_esquerda.gif") repeat-y top left;
  /* background-color: #efffdc; /* #cbdeaa; */
}

.reduzido90 {
  font-size: 0.9em;
}
.reduzido70 {
  font-size: 0.7em;
}

.paragrafo_menor p {
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}
/* hacks */

/* For IE-win, backslash hides from IE-mac by turning everything to comments \*/
* html .embrulho1 {height: 1%; }
* html .embrulho2 {height: 1%; }
* html .principal {height: 1%; }
* html .central {height: 1%; }
* html #editorial {height: 1%; }
* html .registro {height: 1%; }
* html .alinha {height: 1%; }
* html .elinha {height: 1%; }
* html .celinha {overflow: hidden; }
* html body {word-wrap: break-word;}
/* End hide from IE-mac */

