div#lista {
  height: 16px;
  background: silver url('../lista_images/bgg_01.png') repeat-x top left;
  font-size: 10px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

div#lista a {
  background: transparent url('../lista_images/div_01.png') no-repeat top right;
  padding: 0px 15px 0px 5px;
  margin:0px;
  color: #000000;
  text-decoration: none;
  height: 16px;
  display: block;
  float: left;
}

div#lista a:hover {
  color: #000000;
  text-decoration: underline;
}

div#lista span {
  line-height: 16px;
  background: orange url('../lista_images/bgg_02.png') repeat-x top left;
  padding: 0px 0px 0px 5px;
  font-weight: bold;
  height: 16px;
  display: block;
  float: left;

}

div#lista span em {
  background: transparent url('../lista_images/div_02.png') no-repeat top right;
  padding: 0px 15px 0px 0px;
  color: #000000;
  font-style: normal;
  height: 16px;
  display: block;
  float: left;
}

