/* compatible_utf8:0 */
body {
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #808080;
  padding: 0 5%;
}
#imprimible_cabecera tbody {
  display: flex;
  justify-content: space-between;
}
#imprimible_cabecera {
  width: 100%;
  text-align: center;
}
#imprimible_cabecera tr:nth-child(2) {
  display: none;
}
#imprimible_cabecera tr td {
  padding: 0;
}
#imprimible_cabecera td div {
  color: #000 !important;
  font-size: 12px !important;
}
#imprimible_cabecera td span {
  color: #000 !important;
  display: none !important;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
table.titulo_listado {
  width: 100%;
}
table.listado {
  width: 100%;
  font-size: 11px;
  margin: 40px auto;
}
table.listado td {
  border-top: 1px solid #ddd;
  padding: 10px 5px;
}
table.listado th {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  padding: 20px 5px;
}
table.listado td a:link {
  color: #888888;
  text-decoration: none;
}
table.listado td a:visited {
  color: #888888;
  text-decoration: none;
}
table.listado td a:hover {
  color: #888888;
  text-decoration: none;
}
.familia {
  display: none;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right !important;
}
.enfais01 {
  font-weight: bold;
  color: #000000;
}