body {
  font: 100% Verdana, Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #ccc;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  width: 50em;
  background: #ccc url(../img/bar.gif) repeat-x left center;
  border-top: 0px solid #a5a5a5;
  border-bottom: 0px solid #a5a5a5;
    color: #3300cc;
}

th {
  font-weight: normal;
  text-align: center;
}

tr, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#ffff99;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
.codigo {
color:#ff0000;
}

