function ventanaNueva(documento,ancho,alto){
   window.open(documento,'nuevaVentana','width=' + ancho + ', height=' + alto);
}