function verLibro( url ) {
  window.open( url,'libro','width=520,height=700,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no' );
}