function ventanaSecundaria (URL,alto,ancho){
   referenciaVentana=window.open(URL,'detalle','width='+ancho+',height='+alto+',dependent=yes,resizable=no,top=50,left=208,status=yes,scrollbars=YES'); 	
}
