
/* Estilos comunes */

[data-href] {
  cursor: pointer;
}
table tr[data-href]:hover {
  background-color: #EEE;
}

#visor_pdf {
  width: 600px;
  height: 400px;
  overflow: auto;
}
