/* Estrutura geral do tema */
body {
	background: #BDE591 url(../images/fundo.jpg) repeat-x top;
	margin: 10px;
	padding: 0;
	font: normal 1em Arial, "Trebuchet MS", sans-serif;
}
h1 {
  font: bolder 1.4em Arial, "Trebuchet MS", sans-serif;
  color: #000080;
}
h2 {
  font: bolder 1.2em Arial, "Trebuchet MS", sans-serif;
  color: #000080;
}
h3 {
  font: bolder 1em Arial, "Trebuchet MS", sans-serif;
  color: #000080;
}
a {
  color: black;
}
a:hover {
  color: #39A54F;
}
.print {
  display: none;	
}
.fix {
  clear: both;
}
#navegacao {
  display: none;
}
#estrutura {
	background: #fff url(../images/cabecalho_lateral.png) no-repeat top right; /* Fundo do cabecalho Lateral direita */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-width: 760px;
}
.popup {
	background: #fff; /* Fundo do cabecalho Lateral direita */
  margin: 0 auto;
  padding: 15px;
}
#modal_container {
  padding:5px;
  background-color:#fff;
  border:1px solid #666;
  font-family:"Lucida Grande",Verdana;
  font-size:12px;
  color:#333;
  text-align:left;
}

#modal_container.test {
  background-color:#900;
  color:#fff;
  padding:30px;
  text-align:center
}

#modal_overlay {
  background-color:#000;
}

#modal_overlay.test {
  background-color:#fff;
}
#cabecalho {
	background: transparent url(../images/cabecalho.png) no-repeat top left;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 128px;
}
#cabecalho a {
  width: 100%;
  height: 128px;
  display: block;
}
#cabecalho .slogan {
  display: none;
}
#tamanho-fonte {
  float: right;
  line-height: 30px;
}
#tamanho-fonte a {
  display: block;
  float: left;
  width: 23px;
  height: 12px;
	background-image: url(../images/icone_aumenta_diminui_texto.png);
	text-indent: -9999px;
	overflow: hidden;
}
#tamanho-fonte a.menor {
  background-position: top right;
}
#menu {
  list-style: none;
  margin: 0 10px 5px 10px;
  padding: 0 3px;
  height: 28px;
  border-bottom: 3px solid #A0B4E6;
  float: left;
}
#menu li {
  background: #fff url(../images/menu.png) no-repeat top;
  float: left;
  margin: 3px 2px;
  padding: 0;
}
#menu li a {
	font: bolder 0.9em Arial, "Trebuchet MS", sans-serif;
  width: 86px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-decoration: none;
}
#menu li a:hover {
  background: #fff url(../images/menu.png) no-repeat bottom;
  color: #39A54F;
}
#corpo {
  font: normal 0.8em Arial, "Trebuchet MS", sans-serif;
  text-align: left;
  margin: 0 10px;
  clear: both
}
/* Rodape */
#rodape {
  background-color: #f0f8ff;
  clear: both;
  font: normal 0.8em Arial, "Trebuchet MS", sans-serif;
  padding: 5px;
  text-align: left; /* Aqui define-se o alinhamento esquerda ñ centro*/
}
#rodape a {
  color: #008000;
}
#rodape a:hover {  
  background-color: #ddd;
  font-weight: bolder;
}