.postal {
  height:550px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;  
  -webkit-box-shadow: 10px 12px 12px -10px #8D8882;
  -moz-box-shadow: 10px 12px 12px -10px #8D8882; 
  box-shadow: 10px 12px 12px -10px #8D8882;
}
.frame {
  position: absolute;
  left:0px; 
  top: 0px;
  z-index: 10;
  width:175px; 
  height:185px;
}
.texto1 {
  font-size:18px;
  font-family:'Times New Roman', Georgia, Serif; 
  color:#777463; 
  font-weight:bold;
}
.texto2 {
  line-height:120%;
  font-family: 'Lobster', cursive;
  font-weight:400px;color:white;
  text-shadow: #49483E 2px 2px 2px;
}

.bg {
  background:#EFEDE1 url(images/estilo_1_home_header.jpg) no-repeat top left;
  min-height:800px;
  -webkit-box-shadow: 0 18px 16px -10px #8D8882;
     -moz-box-shadow: 0 18px 16px -10px #8D8882; 
          box-shadow: 0 18px 16px -10px #8D8882;
}

.menu ul {
  padding-left: 20px;
  list-style-type:none;
}
.menu ul li {
  list-style:none;float:left;
}

.menu ul li a {
  display: block;
  margin-right: 5px;
  /*border-right: 1px #3B342B solid;*/
  background-color: #9B9587;
  height: 34px;
  padding: 0 7px 0 8px;
  line-height: 35px;
  font-size: 1.167em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #5C5756;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: #77736F 0px 1px 1px;
  font-family:'Times New Roman', Georgia, Serif;
}

.menu ul li a:hover {
  background-color: #3B342B;
  text-shadow: #3B342B 0px 1px 1px;
  color:white;
}

.menu ul li a.active {
  background-color: #3B342B;
  text-shadow: #3B342B 0px 1px 1px;
  color:white;
}
.imageWrapper {
  position: relative; 
  margin:20px 0 0 80px; 
  width: 175px; 
  height: 185px; 
  overflow:hidden;
  -webkit-box-shadow: 0 8px 6px -6px #383633; 
  -moz-box-shadow: 0 8px 6px -6px #383633; 
  box-shadow: 0 18px 16px -6px #383633;
}
.pic {
  position: relative; 
  z-index: 1; 
  margin-top:21px; 
  width:150px; 
  height:142px;
}
.menu ul li.login a {
  background:none;
  color:#3B342B;
  font-size:12px;
  font-family: "Times New Roman",Georgia,Serif;

}
.menu ul li.login a:hover {
  background:none;
  color:#061302;
  font-size:12px;
  text-shadow:none;
  font-family: "Times New Roman",Georgia,Serif;
}

.copy, .copy a {
  color:#50563C;
}

.blattitle {
  background-color:#9A9486;
  font-size:12px;
  font-weight:bold;
  color:#1f1f1f;
  padding:5px;
}

.alertas {
  background-color:#FDFFEA;
}

.titulo {
  margin:20px 0;
  margin-top:0;
  color:#989284;
}
.titulo blockquote {
  border-color:#9A9486;
}

.popupbg {
  background-color: #EFEDE1;
}
.mensagens {
  background-color:#FDFFEA;
  padding:10px;
}