body {
  padding: 0px;
  margin: 0px;
  background: url("fundo.png");
  font-family: arial;
  font-size: 12px;
  color: black;
}

img{
  border: 0px;
}

.top, .menu, .content{
  position: absolute;
}

.top{
  top: 0px;
  left: 0px;
  height: 140px;
  width: 778px;
}

.menu{
  top: 140px;
  left: 0px;
  width: 150px;
  font-family: arial;
  font-size: 12px;
  color: black;
  height: 100%;
}

.content{
  top: 140px;
  left: 150px;
  float:left;
  width: 605px;
  margin: 15px 0px 0px 10px;
  text-align: justify;
}

.left{
  width: 390px;
  float: left;
}

.right{
  width: 195px;
  font-size: 10px;
  float: right; 
  clear: right;
}

.banner, .rodape{
  padding-top: 20px;
  text-align: center; 
}

.rodape{
  width: 605px;
  float: right;
}

.itemmenu{
  font-weight: bold;
  padding: 5px 0px 8px 0px;
  border-bottom: 1px solid #006600;
  width: 115px;
  text-align:left;
}

.outros{
  padding: 10px;
}

.boxnoticia{
  height: 140px; 
  padding: 10px;
  margin-bottom: 15px;
  background: #eaffea;
}

.boxnoticia img{
  padding-right: 10px;
}

.box{
  width: 365px;
  padding-top: 15px;
  font-size: 10px;
  float: left;
  border: 0px
}



.box_left{
  width: 183px;
  font-size: 10px;
  float: right;
  text-align: left;
  vertical-align: middle;
}
.box_right{
  width: 182px;
  font-size: 10px;
  float: left;
  text-align: left;
  clear: left;
  vertical-align: middle;
}

.box img{
/*  border: 1px solid black; */
  padding: 2px;
  float:left; 
}

.noticiacapa{
  margin-bottom: 5px;
}

.campotexto{
  font: arial;
  font-size: 12px;
  border: 1px solid gray;
  width: 250px;
}

.campotextom{
  font: arial;
  font-size: 12px;
  border: 1px solid gray;
  width: 130px;
  float:left; 
  margin: 0px 5px 0px 0px;
}

.botao{
  background: white;
  font: arial;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #7a7373;
  padding: 1px 3px 1px 3px;
}

.contato{
  align: center;
  color: #336633;
  font-weight:bold;
  margin-top: 20px;
}

.titulo1, .titulo2, .titulo3, .titulo4{
  font-family: arial;
  font-weight: bold;
}

.titulo1{
  font-size: 13px;
  color: black;
}

.titulo2{
  font-size: 16px;
  color: #336633;
}

.titulo3{
  font-size: 22px;
  font-style: italic;
  color: black;
  text-align: right;
  background: url("fundo_titulo.png") no-repeat;
  background-position: right;
  margin-bottom: 20px;
}

.titulo4{
  font: arial;
  font-size: 10px;
  color: #336633;
}

/* ----------links--------- */

a, a:hover, a:visited{
  color: black;
  font: arial;
  font-weight: bold;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.itemmenu a:link, .itemmenu a:hover, .itemmenu a:visited{
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none; 
}

.itemmenu a:link{
  color: black;
}

.itemmenu a:hover{
  color: #006600;
}

.mais a, .mais a:hover, .mais a:visited{
  font-family: arial;
  font-size: 10px;
  color: #336633;
}

.mais a{
  text-decoration: none;
}

.mais a:hover{
  text-decoration: underline;
}

.links a, .links a:hover, .links a:visited{
  font: arial;
  font-size: 10px;
  color: #336633;
}

.links a{
   text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.tituloNoticia a,.tituloNoticia a:visited,.tituloNoticia a:hover{
  font-size: 12px; 
  text-weight: bold;
  color: black;
}

.tituloNoticia a,.tituloNoticia a:visited{
  text-decoration: none;
}

.tituloNoticia a:hover{
  text-decoration: underline;
}

.descricaonoticia a{
  text-decoration: none;
  color: black;
}

.descricaonoticia a:hover{
  text-decoration: underline; 
}