function cGenAsoc(vClave, vValor)
{
this.vClave = vClave;
this.vValor = vValor;
}
depuArchivoCargado("cGenAsoc.js");		
