/* ---- CSS Document ---- */

/* Tags Comuns */
*
{
  margin:0;
  padding:0;
}
body
{
 font-family: "Trebuchet MS", Tahoma, Verdana;
 font-size: 11px;
 color: #000000;
 background:url(imagens/background.gif);
}
textarea
{
 font-family: "Trebuchet MS", Tahoma, Verdana;
 font-size: 11px;
 border: 1px solid #000000;
 background: #ffffff;
}
select
{
 border: 1px solid #000000;
 font: 11px Trebuchet "Trebuchet MS", Tahoma, Verdana;
 color: #000000;
 text-align: left;
}
select.unidades
{
  width: 100px;
}
input
{
 font-family: "Trebuchet MS", Tahoma, Verdana;
 font-size: 11px;
 background: #ffffff;
 color: #000000;
 height: 13px;
 width: 120px;
 border: 1px solid black;
}
input.btn
{
 height: 20px;
 width: 50px;
}
h1
{
 padding-top: 30px;
 padding-left: 0px;
 font-size: 20px;
 font-family: "Trebuchet MS", Tahoma, Verdana;
 height: 55px;
 position: relative;
}
ul
{
 list-style-type:none;
}
h3
{
 font-size: 11px;
 font-weight:bolder;
 text-align:left;
}
#geral
{
 position:absolute;
 width:769px;
 background:#ffffff;
 left: 12%;
 z-index:2;
}

/* Topo */
#topo
{
  width:auto;
  height: 239px;
}
div.barra_topo
{

  height: 44px;
	top: 190px;
  background: #4F6D2C;
  border-bottom: 5px solid #9CC203;
	position:absolute;
 	width: 100%;
 	z-index:0;
}

/* Menu Esquerdo */
#menu_esquerdo
{
   float: left;
   position:relative;
   width:178px;
   min-height: 570px;
	 height:auto !important;
	 height: 570px;
	 background: #6C9002;
   color: #fff;
}
#menu_esquerdo ul
{
  list-style-type: none;
  text-align:center;
  padding-left:15px;
  padding-right:15px;
}
#menu_esquerdo ul li
{
  height: 10px;
  padding: 5px;
  border-bottom: 1px dashed #fff;
}
#menu_esquerdo ul li a
{
  text-decoration: none;
  color: #fff;
}
#menu_esquerdo ul li a:hover
{
  text-decoration: underline;
  color: #fff;
}
#menu_esquerdo p
{
  text-align:center;
  padding-left:10px;
  padding-right:10px;
  margin-bottom: 5px;
}
#menu_esquerdo label
{
 	font-family: "Trebuchet MS", Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
}
#menu_esquerdo input
{
  font-family: "Trebuchet MS", Tahoma, Verdana;
  font-size: 11px;
  background: #ffffff;
  color: #000000;
  height: 13px;
  width: 103px;
  border: none;
}
#menu_esquerdo input.btn_submit
{
  width:72px;
	height:25px;
	margin-left: 55px;
}

/* Menu Direito */
#menu_direito
{
   float: right;
   width:184px;
	 text-align: center;
   z-index:999;
}
#menu_direito iframe
{
  width:150px;
	height: 170px;
}
#menu_direito ul
{
  list-style-type: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#menu_direito ul li
{
  padding-bottom: 2px;
}

#menu_direito ul li a
{
  text-decoration: none;
	color: #000000;
}

/* Conteudo */
#conteudo
{
  float: left;
  width:370px;
  padding-left: 18px;
  padding-right:15px;
  min-height: 510px;
	height:auto !important;
	height: 510px;
  float: left;
}
div.box1
{
 background: #9FB75A;
 padding: 5px;
 margin-bottom: 5px;
 text-align:center;
}
  
div.box2
{
  background: #B8C984;
  padding: 5px;
  margin-bottom: 5px;
  text-align:center;
}
.box1 p, .box2 p
{
 text-align:right;
}
a.conheca
{
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}

/* Rodapé */
#rodape
{
  height: 30px;
  background: #4F6D2C;
  border-top: 5px solid #9CC203;
  bottom: 0px;
  position:absoulte;
  clear:both;
  color: #ffffff;
}
#rodape p
{
 padding-top:7px;
 vertical-align: middle;
 text-align: center;
 font-size: 11px;
 font-weigth: bold;
}
.span_rodape
{
  position:absolute;
  bottom: 1px;
  right: -58px;
  z-index:0;
}
