/* CSS Document */


/*  capa  */
.capa{
  width: 430px;
  margin: 10px;
  font-size: 12px;
  text-align: justify;
  _height: 400px;  
  min-height: 400px;
  background-image: url(carregando.gif);
  background-repeat: no-repeat;
  background-position: 170px 150px;
  position: absolute;
}
.capa h1{
  clear: none;
  font-size: 18px;
  color: #C4BE66;
}
.capa h2{
  font-size: 14px;
  color: #000;
}
/*  destaques  */
.destaques{
  width: 280px;
  float: right;
  clear: both;
  text-align: justify;
  border-left: 2px solid #EAE88E;
  background-image: url(destaques.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-top: 35px;
  margin-right: 10px;
}
.item{
  margin: 10px;
  margin-bottom: 20px;
  text-align: left;
  clear: both;
  _height: 90px;
  min-height: 90px;
  cursor: pointer;
}
.item img{
  margin-right: 10px;
  margin-bottom: 10px;
}
.item h3{
  clear: none;
  font-size: 14px;
  color: #D4C755;
  margin: 5px;
  margin-top: 0px;
}
.item p{
  margin: 5px;
  font-size: 10px;
}
.item a{
  text-decoration: none;
}
.clique{
  font-size:10px;
  color: #D4C755;
}
/*  conteudo  */

/*  agencia  */
.agencia{
  width: 450px;
  margin-left: 220px;
  font-size: 12px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 60px;
  _height: 400px;  
  min-height: 400px;
  color: #746B1D;
}
.agencia h1{
  clear: none;
  font-size: 18px;
  color: #D4C755;
}
.agencia h2{
  font-size: 14px;
  color: #D4C755;
}
/*  agendcia  */

.esquerda{
  position: absolute;
  margin-left: -170px;
}

.atalhos{
  position: absolute;
  width: 100px;
  margin-top: 20px;
  background-color: #f4eE96;
  padding-left: 10px;
}

.atalhos .selecionado{
  background-image: url(seta.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}