
h2 {
  clear: both;
}

#descricao {
  float: left;
  height: 300px;
  padding: 0 1em;
  width: 590px;
}
#descricao a {
  color: inherit;
  text-decoration: none;
}
#descricao:hover {
 background-color: #F5F5F9;
}
#descricao:hover a,
#descricao:hover a * {
  color: #3D6694;
  text-decoration: underline;
}
#propaganda {
  float: left;
  margin-left: 1em;
  width: 300px;
}

#noticias {
  clear: both;
}
#noticias h2 {
  font-size: 1.1em;
  margin-bottom: .1em;
}
#noticias .noticia {
  float: left;
  margin: 0;
  min-width: 230px;
  padding: 0;
  width: 33%;
}
#noticias .noticia .container {
  background-color: #F5F5F8;
  border: 1px dotted #DDDDDD;
  margin: 0 0 0 5px;
}
#noticias .noticia h3 {
  background: transparent url(http://www.tecnolivre.com.br/imgs/calendario.gif) left top no-repeat;
  border-bottom: 1px dotted #DDDDDD;
  font-size: 1em;
  margin-bottom: 1px;
  padding-left: 30px;
}
#noticias .noticia .publicacao {
  line-height: 0.7em;
  margin: 0;
}
#noticias .noticia .publicacao .data {
  color: #AAAAAA;
  font-size: 0.7em;
  font-weight: bolder;
}
#noticias .noticia .publicacao .hora {
  display: none;
}
#noticias .noticia .texto {
  font-size: 0.9em;
}
#noticias .noticia .link_noticia {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: none;
  font-size: 0.7em;
  padding: .5em 1em;
}
#noticias .noticia:hover .link_noticia {
  display: block;
}

#noticias .link_blog {
  clear: both;
}