/* Blocos CSS */


.bloco_box {
  width:280px;
  border: #404040 0px solid;
  margin: 5px;
  font: 12px Trebuchet MS;
}

.bloco_box h3 {
  margin: 0;
  padding: 3px 3px 3px 5px;
  background: #4A4937;
   border: #333333 1px solid;
  font: bold 18px verdana;
  text-transform: capitalize;
  color: #5e7d99;
}

.bloco_box h4 {
  margin: 0;
  padding: 0;
  color: #660000;
}


.bloco_box h3 a {
  color: #ffffff;
  text-decoration: none;
}


.bloco_box h2 {
  margin: 0;
  padding: 3px;
  font: 14px verdana;
  color: #000;
  border-bottom: #4A4937 0px solid;
  background: transparent;
}

.bloco_box h2 a {
  font: 14px Verdana;
  color: #4A4937;
  text-decoration: none;
}

.bloco_box h2 a:hover {
  text-decoration: underline;
}


.bloco_box .news img {
  width: 120px;
  height: 107px;
  margin: 5px;
  float: left;
  display: table;
  border:#4A4937 1px solid;
}

.bloco_box .news_fst {
  width: 100%;
  border-bottom: #4A4937 1px dotted;
}


.bloco_box .news_fst img {
  width: 220px;
  height: 196px;
  margin: 5px;
  float: left;
  display: table;
  border:#4A4937 1px solid;
}

.bloco_box .news {
  width: 280px;
}

.bloco_box p {
  text-align: justify;
}


.bloco_box .linha {
  border-bottom: #4A4937 1px dotted;
  padding: 0;
  margin: 5px 0 5px 0;
  clear: both;
}

