body {
  margin: 0;
  color:#333;
  background:#f6f5e9;
  font-size:.7em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
h1 {
  font-size: 130%;
  font-weight:normal;
  color:#c60;
}
.clear {
  clear:both;
}
.noticia {
  width:45%;
  float:left;
  margin-left:20px;
  _margin-left:10px;
  margin-bottom:10px;
}
* html .noticia{
  margin-bottom:0px;
}
.noticia img {
  float:right;
  margin:10px 0 5px 5px;
  width:75px;
  border:0;
}
* html .noticia img {
  margin:0px 0 5px 5px;
}
.noticia h2 {
  font-size:115%;
  margin-bottom:5px;
}
.noticia h2 a {
  color:#3c6859;
  text-decoration:none;
}
.vinculo {
  float:right;
}