$li_count = 0; 
				   $ls_codpro    = $row["cod_pro"];
				   $ls_nompro    = $row["nompro"];
				   $ls_dirpro    = $row["dirpro"];
				   $ls_telpro    = $row["telpro"];
				   $ls_obscot    = $row["obscot"];
				   $ls_feccot    = $row["feccot"];
				   $ls_numsolcot = $row["numsolcot"];
				   $ls_mailpro   = $row["email"];
				   $ls_rifpro    = $row["rifpro"];
				   $ls_feccot    = $io_funciones->uf_convertirfecmostrar($ls_feccot);
				   $ld_subtotcot = number_format($row["monsubtot"],2,',','.');
				   $ld_totcrecot = number_format($row["monimpcot"],2,',','.');
				   $ld_montotcot = number_format($row["montotcot"],2,',','.');
				  
				   $rs_datos     = $io_report->uf_load_dt_registro_cotizacion($ls_numcot,$ls_codpro,$ls_tabla,$ls_table,$ls_campo,&$lb_valido);
			       if ($lb_valido)
			          {
		     	        $li_totrows = $io_sql->num_rows($rs_datos);
				        if ($li_totrows>0)
					       {
						     $li_i = 0;
						     while ($row=$io_sql->fetch_row($rs_datos))
								   {
									 $li_i++;
									 $ls_codite = $row["codite"];
									 $ls_denite = $row["denite"];
									 $ld_canite = number_format($row["canite"],2,',','.');
									 $ld_preite = number_format($row["preite"],2,',','.');
									 $ld_subite = number_format($row["subite"],2,',','.');
									 $ld_totite = number_format($row["totite"],2,',','.');