/**************  TEXTO SOBRE A EMPRESA  *****************/
#homeEmpresa{
  width:400px;
  float:left;
  position:relative;
  padding:0 30px 0 0;
/*  border:1px solid red;*/
}
#homeEmpresa h1{
  font:bold 16px "trebuchet ms", arial;
  color:#006ab5;
  text-transform:uppercase;
  position:absolute;
  top:-47px;
  z-index:200;
}

/**************  NOTÍCIAS  *****************/
#homeNoticias{
  width:400px;
  float:left;
  position:relative;
  padding:0 0 0 30px;
  background:url(../imagens/faixa_amarela.gif) repeat-y;
/*  border:1px solid red;*/
}
#homeNoticias h1{
  font:bold 16px "trebuchet ms", arial;
  color:#006ab5;
  text-transform:uppercase;
  position:absolute;
  top:-47px;
  left:30px;
  z-index:200;
}
#homeNoticias ul{
  width:100%;
  float:left;
  list-style-type:none;
}
#homeNoticias li{
  width:100%;
  float:left;
  margin:0 0 10px 0;
  background:url(../imagens/pontilhado.gif) repeat-x 0 bottom;
}
#homeNoticias li h2 a{
  width:100%;
  float:left;
  font:bold 12px arial;
  color:#0070ba;
  text-indent:20px;
  margin:0 0 5px 0;
  text-decoration:none;
  background:url(../imagens/seta_amarela.gif) no-repeat;
}
#homeNoticias li h2 a:hover{ text-decoration:underline; }

#homeNoticias li h3 a{
  width:100%;
  float:left;
  font:12px arial;
  color:#003e6a;
  margin:0 0 10px 0;
  text-decoration:none;
}
#homeNoticias li h3 a:hover{ text-decoration:underline; }

#homeNoticias li span a{
  width:100%;
  float:left;
  font:bold 12px arial;
  color:#e39b00;
  text-align:right;
  padding:0 0 10px 0;
  text-decoration:underline;
}
#homeNoticias li span a:hover{ text-decoration:none; }