@CHARSET "UTF-8";
.intro {
  margin: 0 15px 0;
  background-color: #f9f9f9;
  padding: 10px;
  position: relative;
  top: -1px;
  height: 233px;
}
.big_image {
  position: absolute;
  left: 15px;
}
.small_image {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.message {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent url(../images/calendar_bg.png) repeat 0 0;
  border: none;
  width: 250px;
  height: 155px;
}
.message .caixa h2 {
  font-size: 15px;
  text-align: right;
  font-weight: normal;
  color: #7e7c54;
}
.message p {
  font-size: 14px;
  margin: 10px 0;
}
.message a {
  color: #7e7c54;
  text-decoration: none;
}
.message a:hover {
  text-decoration: underline;
}
.numero {
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 100;
  padding: 0 5px;
  text-align: center;
}
.numero a {
  z-index: 120;
  padding: 2px 5px;
  margin: 0 2px;
  background-color: #e2e2e2;
}
.panorama-control {
  display: none;
}
.benvindo {
   border-top: 2px solid #ccc9a6;
  background: transparent url('../images/aba_bg.png') repeat-x top left;
  position: absolute;
  text-align: right;
  top: 0;
  z-index: 120;
  width: 615px;
  margin: 10px 0 0;
  padding: 0 10px;
}
.benvindo h2 {
  background: transparent url('../images/aba_esq.png') no-repeat 0 0;
  text-align: right;
  color: #7e7c54;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  margin: 0 0;
  padding: 5px 10px 5px 0;
}
