function imprSelec(nombre)
{
  var ficha = document.getElementById(nombre);
  var ventimp = window.open(' ', 'popimpr','width=650, scrollbars=yes');
  ventimp.document.write( "<title>.: LIQUI-MOLY CHILE :: Made in Germany :.</title><link href=\"../estilos.css\" rel=\"stylesheet\" type=\"text/css\"><table align=\"center\"><tr><td><img src=\"../grafica/compartidas/pie2.jpg\" width=\"600\" height=\"45\"></td></tr></table>"+ficha.innerHTML );
  ventimp.document.close();
  ventimp.print( );
  ventimp.close();
} 
