.bacheca-barra{
  background-image:url('img/barra.png');
  background-repeat:repeat-x;
  width:100%;
  height:30px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  -moz-border-radius:15px 15px 0 0;
}
.bacheca-title {
  text-align:center;
  clear:both;
  color:#b3848f;
  font-variant:small-caps;
  font-weight:bold;
}
.bacheca-text {
  color:#b6972f;
  text-align:left;
  margin-top:5px;
}
.bacheca-sep {
 clear:left;
}
