#home{
  width:100%;
  float:left;
  padding-top:310px;
}
#textoPrincipal{
  width:340px;
  height:180px;
  float:left;
  margin:63px 0 0 0;
  padding:0 0 0 42px;
/*  border:1px solid red;*/
}
#textoPrincipal h1{
  width:97%;
  height:22px;
  overflow:hidden;
  margin:0 0 10px 0;
  padding:0 0 0 20px;
  font:bold 15px "trebuchet ms", arial;
  color:#7a5693;
  text-transform:uppercase;
  background:url(../imagens/bullet.gif) no-repeat;
}
#textoPrincipal span{
  font:12px arial;
  color:#7a5693;
  line-height:20px;
}
#destaques{
  width:400px;
  float:left;
  padding:0 0 0 80px;
}
#destaques ul{
  width:400px;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
}
#destaques li{
  width:126px;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
}
.moldura{
  width:126px;
  height:125px;
  position:absolute;
  z-index:3;
  top:0;
  left:0;
  cursor:pointer;
}
.foto{
  width:110px;
  height:100px;
  padding:10px 0 0 0;
  margin:0;
  float:left;
  overflow:hidden;
  cursor:pointer;
}
#destaques li h1.destaqueUm, #destaques li h1.destaqueDois, #destaques li h1.destaqueTres{
  width:100%;
  height:26px;
  font:bold 12px arial;
  color:#6e428c;
  text-transform:uppercase;
  background:url(../imagens/h1_home_destaque.gif) no-repeat center 0;
  margin:0 0 0 0;
  padding:6px 0 0 0;
  text-align:center;
  overflow:hidden;
/*  border:1px solid red;*/
}
#destaques li h2{
  width:90%;
  height:105px;
  text-align:center;
  margin:0;
  padding:4px 0 0 5px;
  overflow:hidden;
  float:left;
/*  border:1px solid green;*/
}
#destaques li h2 a{
  font:12px arial;
  color:#a687ba;
  float:left;
  text-decoration:none;
}
#destaques li h2 a:hover{  text-decoration:underline; }

#logoKaerea{
  width:66px;
  height:28px;
  position:absolute;
  top:810px;
  left:870px;
  display:block;
  cursor:pointer;
}