#top{
  background: url(images/top.gif) no-repeat bottom left;
  height:130px;
}
#middle{
  background: url(images/middle.gif) repeat-y top left;
  padding-bottom:10px;
}
#bottom{
  background: url(images/bottom.gif) no-repeat top left;
  height:99px;
  color: rgb(116,116,116);
  font-size:9px;
  font-weight: bold; 
}
.tracejado-verde{
  border-top: 1px dashed rgb(168,208,76);
  padding-top: 10px;
}

.tarja-verde{
        background: rgb(168,208,76);
        padding-top:45px;
        margin-bottom:10px;
        font-size: 14px;
        text-indent: 10px;
        color:#ffffff;
}
